From 254023f1e795491cacd31944526c7c4d037599cf Mon Sep 17 00:00:00 2001 From: Daniel Bovensiepen Date: Wed, 16 May 2012 15:49:40 +0800 Subject: Remove array for now due to the reason that they are lost after exception was raised --- test/t/_assert.rb | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3