summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-10-27 12:42:20 +0100
committerJason Zaugg <jzaugg@gmail.com>2013-10-27 12:42:20 +0100
commit869f92436c8ebe73f0cc0d5113503994f522c3ce (patch)
treed598ae82fe8bf3ed8c4eded138014e004bafbb46
parentc6301ae0afc54b87205079a34d959b8b8d09502c (diff)
downloadscala-869f92436c8ebe73f0cc0d5113503994f522c3ce.tar.gz
scala-869f92436c8ebe73f0cc0d5113503994f522c3ce.tar.bz2
scala-869f92436c8ebe73f0cc0d5113503994f522c3ce.zip
Remove orphaned check files and flags files.
(for f in $(find test -name '*.check' -o -name '*.flags'); do bare=$(echo $f | sed -E 's/\.\w+$//'); ([[ -f "$bare" ]] || [[ -d "$bare" ]] || [[ -f "$bare.scala" ]] || [[ -f "$bare.test" ]] || echo $f) done;) | xargs rm
-rw-r--r--test/files/neg/t6680b.flags1
-rw-r--r--test/files/neg/t6680c.check6
-rw-r--r--test/files/neg/t6680c.flags1
-rw-r--r--test/files/neg/t7694b.check7
-rw-r--r--test/files/presentation/partial-fun/partial-fun.check1
5 files changed, 0 insertions, 16 deletions
diff --git a/test/files/neg/t6680b.flags b/test/files/neg/t6680b.flags
deleted file mode 100644
index a02d83efad..0000000000
--- a/test/files/neg/t6680b.flags
+++ /dev/null
@@ -1 +0,0 @@
--Xstrict-inference
diff --git a/test/files/neg/t6680c.check b/test/files/neg/t6680c.check
deleted file mode 100644
index 7a749de1f2..0000000000
--- a/test/files/neg/t6680c.check
+++ /dev/null
@@ -1,6 +0,0 @@
-t6680c.scala:15: error: type mismatch;
- found : String("a string!")
- required: S
- res match { case Unfold(s, f) => f("a string!") }
- ^
-one error found
diff --git a/test/files/neg/t6680c.flags b/test/files/neg/t6680c.flags
deleted file mode 100644
index a02d83efad..0000000000
--- a/test/files/neg/t6680c.flags
+++ /dev/null
@@ -1 +0,0 @@
--Xstrict-inference
diff --git a/test/files/neg/t7694b.check b/test/files/neg/t7694b.check
deleted file mode 100644
index ea3d7736f8..0000000000
--- a/test/files/neg/t7694b.check
+++ /dev/null
@@ -1,7 +0,0 @@
-t7694b.scala:8: error: type arguments [_3,_4] do not conform to trait L's type parameter bounds [A2,B2 <: A2]
- def d = if (true) (null: L[A, A]) else (null: L[B, B])
- ^
-t7694b.scala:9: error: type arguments [_1,_2] do not conform to trait L's type parameter bounds [A2,B2 <: A2]
- val v = if (true) (null: L[A, A]) else (null: L[B, B])
- ^
-two errors found
diff --git a/test/files/presentation/partial-fun/partial-fun.check b/test/files/presentation/partial-fun/partial-fun.check
deleted file mode 100644
index adceab8280..0000000000
--- a/test/files/presentation/partial-fun/partial-fun.check
+++ /dev/null
@@ -1 +0,0 @@
-reload: PartialFun.scala