summaryrefslogtreecommitdiff
path: root/trunk/benchmark/bm_vm1_rescue.rb
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/benchmark/bm_vm1_rescue.rb')
-rw-r--r--trunk/benchmark/bm_vm1_rescue.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/trunk/benchmark/bm_vm1_rescue.rb b/trunk/benchmark/bm_vm1_rescue.rb
deleted file mode 100644
index 0c98d00e0d..0000000000
--- a/trunk/benchmark/bm_vm1_rescue.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-i=0
-while i<30000000 # while loop 1
- i+=1
- begin
- rescue
- end
-end