summaryrefslogtreecommitdiff
path: root/test/dl
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-05 23:39:51 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-05 23:39:51 +0000
commitbb7b62af8ddff241b3ebfbd045f75da61d1de441 (patch)
tree138ab9f7e66681f2ce9f3bed56df75540bb3190b /test/dl
parentff10d93563e740d02a7a9815df9bd7b7d4b6d3d5 (diff)
forgot to commit the assert_match()
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/dl')
-rw-r--r--test/dl/test_import.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dl/test_import.rb b/test/dl/test_import.rb
index 64cbf53fbc..26b9f3c803 100644
--- a/test/dl/test_import.rb
+++ b/test/dl/test_import.rb
@@ -48,6 +48,7 @@ module DL
extern "void *strcpy(char*, char*)"
end
end
+ assert_match(/call dlload before/, err.message)
end
def test_malloc()