aboutsummaryrefslogtreecommitdiff
path: root/tests/bench/loop_count-5-while_down_ne.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bench/loop_count-5-while_down_ne.py')
-rw-r--r--tests/bench/loop_count-5-while_down_ne.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/bench/loop_count-5-while_down_ne.py b/tests/bench/loop_count-5-while_down_ne.py
deleted file mode 100644
index b9a1af414..000000000
--- a/tests/bench/loop_count-5-while_down_ne.py
+++ /dev/null
@@ -1,7 +0,0 @@
-import bench
-
-def test(num):
- while num != 0:
- num -= 1
-
-bench.run(test)