summaryrefslogtreecommitdiffhomepage
path: root/test/assert.rb
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2012-05-18 00:33:43 -0700
committerYukihiro "Matz" Matsumoto <[email protected]>2012-05-18 00:33:43 -0700
commit631ab3536d0c2ed1e8b79d88aae0f3f11c3128c8 (patch)
treedc8d798227fc7382813048b42303d9c9190a0039 /test/assert.rb
parent2728f302976573f13b6942cc426fb840f597cb61 (diff)
parentd1f6f504d52ced12a9d58aa98b7ee158feef26ee (diff)
downloadmruby-631ab3536d0c2ed1e8b79d88aae0f3f11c3128c8.tar.gz
mruby-631ab3536d0c2ed1e8b79d88aae0f3f11c3128c8.zip
Merge pull request #158 from pbosetti/tests
Minor edits to test suite and Math module
Diffstat (limited to 'test/assert.rb')
-rw-r--r--test/assert.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/assert.rb b/test/assert.rb
index afc39fc24..54b50138e 100644
--- a/test/assert.rb
+++ b/test/assert.rb
@@ -22,7 +22,7 @@ end
# iso : The ISO reference code of the feature
# which will be tested by this
# assertion
-def assert(str = 'Assertion failed', iso = '')
+def assert(str = 'Assertion failed', iso = 'No ISO')
begin
if(!yield)
$asserts.push([str, iso])