summaryrefslogtreecommitdiff
path: root/test/files/pos
diff options
context:
space:
mode:
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))
- ()
+ ()
}
}