Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.jsdt.core.tests.model/workspace/JSSearch/src/Test.js')
-rw-r--r--tests/org.eclipse.wst.jsdt.core.tests.model/workspace/JSSearch/src/Test.js29
1 files changed, 0 insertions, 29 deletions
diff --git a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/JSSearch/src/Test.js b/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/JSSearch/src/Test.js
deleted file mode 100644
index cc4a375..0000000
--- a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/JSSearch/src/Test.js
+++ /dev/null
@@ -1,29 +0,0 @@
-function testMain()
-{
- x = A1(1);
-}
-
-/*
-public class Test {
-
-static {
- Test var = new Test();
-}
-
-{
- Test t = null;
-}
-
-public static void main(String[] args) {
- p.Y y = new p.Y();
- y.foo(1, "a", y);
- p.Y.bar();
-
- p.Z z = new p.Z();
- z.foo(1, "a", z);
-
- p.A a = new p.A(y);
- a.foo(1, "a", a.x);
-}
-}
-*/

Back to the top