summaryrefslogtreecommitdiff
path: root/typecheck/tests/SimpleArray-error.java
diff options
context:
space:
mode:
Diffstat (limited to 'typecheck/tests/SimpleArray-error.java')
-rw-r--r--typecheck/tests/SimpleArray-error.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/typecheck/tests/SimpleArray-error.java b/typecheck/tests/SimpleArray-error.java
deleted file mode 100644
index 61ff06f..0000000
--- a/typecheck/tests/SimpleArray-error.java
+++ /dev/null
@@ -1,6 +0,0 @@
-class SimpleArithmetic{
- public static void main(String[] a){
- int x;
- x[0] = 2;
- }
-}