From bb7b62af8ddff241b3ebfbd045f75da61d1de441 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Mon, 5 Jul 2010 23:39:51 +0000 Subject: forgot to commit the assert_match() git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/dl/test_import.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/dl') 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() -- cgit v1.2.3