summaryrefslogtreecommitdiff
path: root/test/files/pos
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2009-11-06 19:06:35 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2009-11-06 19:06:35 +0000
commit5d25e9334d6dfd492cb5312a43b3d3f36042401a (patch)
treef3740e52f6439d41a0969880aa2a7abd92115141 /test/files/pos
parentd42f62bbd76df85ed57162118a8c720f50bbd5c5 (diff)
downloadscala-5d25e9334d6dfd492cb5312a43b3d3f36042401a.tar.gz
scala-5d25e9334d6dfd492cb5312a43b3d3f36042401a.tar.bz2
scala-5d25e9334d6dfd492cb5312a43b3d3f36042401a.zip
Moved disabled tests back into their original p...
Moved disabled tests back into their original place. Expect 7 tests to fail.
Diffstat (limited to 'test/files/pos')
-rw-r--r--test/files/pos/t0851.scala (renamed from test/files/pos/t0851.scala.disabled)0
-rw-r--r--test/files/pos/t0872.scala (renamed from test/files/pos/t0872.scala.disabled)2
2 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t0851.scala.disabled b/test/files/pos/t0851.scala
index fc7109dcd4..fc7109dcd4 100644
--- a/test/files/pos/t0851.scala.disabled
+++ b/test/files/pos/t0851.scala
diff --git a/test/files/pos/t0872.scala.disabled b/test/files/pos/t0872.scala
index 6dc02497ab..8f4c1c4436 100644
--- a/test/files/pos/t0872.scala.disabled
+++ b/test/files/pos/t0872.scala
@@ -3,6 +3,6 @@ object Main {
val fn = (a : Int, str : String) => "a: " + a + ", str: " + str
implicit def fx[T](f : (T,String) => String) = (x:T) => f(x,null)
println(fn(1))
- ()
+ ()
}
}