summaryrefslogtreecommitdiff
path: root/test/-ext-
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-17 11:14:24 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-17 11:14:24 +0000
commit77321aeed941c7fd2e09c881e636562440217511 (patch)
treee6203c313ea75949aa5b7312e6b12c0474bd19b5 /test/-ext-
parentf5659a911c48ddfdc33f3b6ad0b71752e46047c7 (diff)
win32/dln is only for win32.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/-ext-')
-rw-r--r--test/-ext-/win32/test_dln.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/win32/test_dln.rb b/test/-ext-/win32/test_dln.rb
index 7ab912af7f..7c5fe61f59 100644
--- a/test/-ext-/win32/test_dln.rb
+++ b/test/-ext-/win32/test_dln.rb
@@ -10,4 +10,4 @@ module Bug
end
end
end
-end
+end if /mswin|mingw/ =~ RUBY_PLATFORM