summaryrefslogtreecommitdiffstats
path: root/SunSpider/tests/ubench/function-closure.js
diff options
context:
space:
mode:
Diffstat (limited to 'SunSpider/tests/ubench/function-closure.js')
-rw-r--r--SunSpider/tests/ubench/function-closure.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/SunSpider/tests/ubench/function-closure.js b/SunSpider/tests/ubench/function-closure.js
deleted file mode 100644
index 6c7dde1..0000000
--- a/SunSpider/tests/ubench/function-closure.js
+++ /dev/null
@@ -1,7 +0,0 @@
-function f()
-{
- function g() { }
-}
-
-for (var i = 0; i < 300000; ++i)
- f();