summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tool/lib/leakchecker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/lib/leakchecker.rb b/tool/lib/leakchecker.rb
index 2fa504b996..bcc0e42256 100644
--- a/tool/lib/leakchecker.rb
+++ b/tool/lib/leakchecker.rb
@@ -11,7 +11,7 @@ class LeakChecker
end
def check(test_name)
- GC.verify_internal_consistency if /solaris/ =~ RUBY_PLATFORM
+ GC.verify_internal_consistency if /i386-solaris/ =~ RUBY_PLATFORM
leaks = [
check_fd_leak(test_name),
check_thread_leak(test_name),