aboutsummaryrefslogtreecommitdiffstats
path: root/test/dl/test_import.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/dl/test_import.rb')
-rw-r--r--test/dl/test_import.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dl/test_import.rb b/test/dl/test_import.rb
index 8514f8298e..c70cb9a6d0 100644
--- a/test/dl/test_import.rb
+++ b/test/dl/test_import.rb
@@ -54,7 +54,7 @@ module DL
def test_unsigned_result()
d = (2 ** 31) + 1
-
+
r = LIBC.strtoul(d.to_s, 0, 0)
assert_equal(d, r)
end
@@ -75,7 +75,7 @@ module DL
def test_value()
i = LIBC.value('int', 2)
assert_equal(2, i.value)
-
+
d = LIBC.value('double', 2.0)
assert_equal(2.0, d.value)