summaryrefslogtreecommitdiff
path: root/test/pos/bug222.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pos/bug222.scala')
-rw-r--r--test/pos/bug222.scala6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/pos/bug222.scala b/test/pos/bug222.scala
deleted file mode 100644
index 342b2ef469..0000000000
--- a/test/pos/bug222.scala
+++ /dev/null
@@ -1,6 +0,0 @@
-object Test {
- def main(args:Array[String]): Unit = {
- val array: Array[String] = new Array(16);
- ()
- }
-}