summaryrefslogtreecommitdiff
path: root/test/files/pos
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-05-15 10:21:26 -0700
committerPaul Phillips <paulp@improving.org>2012-05-15 11:12:40 -0700
commit317a1056cd8062331964d1bc65f1bfd945538551 (patch)
treed3682713ea5fd99579eb7240ec587cdc92bf2fed /test/files/pos
parent8a3ed4cc955dd85f37cc148265e920435b009a29 (diff)
downloadscala-317a1056cd8062331964d1bc65f1bfd945538551.tar.gz
scala-317a1056cd8062331964d1bc65f1bfd945538551.tar.bz2
scala-317a1056cd8062331964d1bc65f1bfd945538551.zip
Removing extraneous files.
Culling accumulated unnecessary code.
Diffstat (limited to 'test/files/pos')
-rw-r--r--test/files/pos/noproductN.flags1
-rw-r--r--test/files/pos/noproductN.scala2
2 files changed, 0 insertions, 3 deletions
diff --git a/test/files/pos/noproductN.flags b/test/files/pos/noproductN.flags
deleted file mode 100644
index 14b05e7354..0000000000
--- a/test/files/pos/noproductN.flags
+++ /dev/null
@@ -1 +0,0 @@
--Yno-productN \ No newline at end of file
diff --git a/test/files/pos/noproductN.scala b/test/files/pos/noproductN.scala
deleted file mode 100644
index 856d960b7d..0000000000
--- a/test/files/pos/noproductN.scala
+++ /dev/null
@@ -1,2 +0,0 @@
-object Foo { type S = String }
-case class Foo(x: Foo.S) { }