summaryrefslogtreecommitdiffhomepage
path: root/test/t/_assert.rb
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2012-05-16 15:49:40 +0800
committerDaniel Bovensiepen <[email protected]>2012-05-16 15:49:40 +0800
commit254023f1e795491cacd31944526c7c4d037599cf (patch)
tree68b3b99a419894366e459a28be637c18242213bb /test/t/_assert.rb
parent769a7e0ed3a33c5ec4925491202c09db35e3c485 (diff)
downloadmruby-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.rb1
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