summaryrefslogtreecommitdiff
path: root/test/pending/neg
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/neg')
-rw-r--r--test/pending/neg/t3189.check7
-rw-r--r--test/pending/neg/t3189.scala3
2 files changed, 0 insertions, 10 deletions
diff --git a/test/pending/neg/t3189.check b/test/pending/neg/t3189.check
deleted file mode 100644
index 43dd0f29a0..0000000000
--- a/test/pending/neg/t3189.check
+++ /dev/null
@@ -1,7 +0,0 @@
-t3189.scala:2: error: illegal start of simple pattern
- val Array(a,b*) = ("": Any)
- ^
-t3189.scala:3: error: ')' expected but '}' found.
-}
-^
-two errors found
diff --git a/test/pending/neg/t3189.scala b/test/pending/neg/t3189.scala
deleted file mode 100644
index 4ea4bb7581..0000000000
--- a/test/pending/neg/t3189.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-object A {
- val Array(a,b*) = ("": Any)
-} \ No newline at end of file