summaryrefslogtreecommitdiff
path: root/test/dl/test_base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/dl/test_base.rb')
-rw-r--r--test/dl/test_base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dl/test_base.rb b/test/dl/test_base.rb
index e24ed7ba2c..439739bcf5 100644
--- a/test/dl/test_base.rb
+++ b/test/dl/test_base.rb
@@ -47,7 +47,7 @@ module DL
@libc = dlopen(LIBC_SO)
@libm = dlopen(LIBM_SO)
end
-
+
def assert_match(expected, actual, message="")
assert(expected === actual, message)
end