aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/parserstress/tests/ecma_3/Object/browser.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/parserstress/tests/ecma_3/Object/browser.js')
-rw-r--r--tests/auto/declarative/parserstress/tests/ecma_3/Object/browser.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/declarative/parserstress/tests/ecma_3/Object/browser.js b/tests/auto/declarative/parserstress/tests/ecma_3/Object/browser.js
deleted file mode 100644
index 0e57d1fcd0..0000000000
--- a/tests/auto/declarative/parserstress/tests/ecma_3/Object/browser.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var GLOBAL = 'Window';
-
-function isObject(obj)
-{
- return obj instanceof Object || obj == window;
-}
-