diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-05-18 00:33:43 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-05-18 00:33:43 -0700 |
| commit | 631ab3536d0c2ed1e8b79d88aae0f3f11c3128c8 (patch) | |
| tree | dc8d798227fc7382813048b42303d9c9190a0039 /test/assert.rb | |
| parent | 2728f302976573f13b6942cc426fb840f597cb61 (diff) | |
| parent | d1f6f504d52ced12a9d58aa98b7ee158feef26ee (diff) | |
| download | mruby-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.rb | 2 |
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]) |
