diff options
| author | Daniel Bovensiepen <[email protected]> | 2012-05-16 15:49:40 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2012-05-16 15:49:40 +0800 |
| commit | 254023f1e795491cacd31944526c7c4d037599cf (patch) | |
| tree | 68b3b99a419894366e459a28be637c18242213bb /test/t/_assert.rb | |
| parent | 769a7e0ed3a33c5ec4925491202c09db35e3c485 (diff) | |
| download | mruby-254023f1e795491cacd31944526c7c4d037599cf.tar.gz mruby-254023f1e795491cacd31944526c7c4d037599cf.zip | |
Remove array for now due to the reason that they are lost after exception was raised
Diffstat (limited to 'test/t/_assert.rb')
| -rw-r--r-- | test/t/_assert.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/t/_assert.rb b/test/t/_assert.rb index d132e4a30..ecca78656 100644 --- a/test/t/_assert.rb +++ b/test/t/_assert.rb @@ -2,7 +2,6 @@ $ok_test = 0 $ko_test = 0 $kill_test = 0 $asserts = [] -$exceptions = [] ## # Print the assertion in a readable way |
