Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2011-01-27 02:17:02 +0000
committernitind2011-01-27 02:17:02 +0000
commit2f77fc1e40bc7aa1220f544e079b1d6c135fdfdc (patch)
treed14e7d2890bfcccdcbeacb035565937e8165c1b2 /tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test570/A_out.js
parent2a0e07dc17512d628f451cdc5b4a638793302cd1 (diff)
downloadwebtools.jsdt.tests-201101270219.tar.gz
webtools.jsdt.tests-201101270219.tar.xz
webtools.jsdt.tests-201101270219.zip
This commit was manufactured by cvs2svn to create tag 'v201101270219'.v201101270219
Diffstat (limited to 'tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test570/A_out.js')
-rw-r--r--tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test570/A_out.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test570/A_out.js b/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test570/A_out.js
deleted file mode 100644
index 4f9fab2..0000000
--- a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/Formatter/test570/A_out.js
+++ /dev/null
@@ -1,8 +0,0 @@
-public enum X {
- CONST1, CONST2, CONST3, CONST4, CONST5, CONST6, CONST7, CONST8;
-
- int constant = 4;
-
- public static void main(String[] args) {
- }
-}

Back to the top