aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-06-23 10:39:10 +0200
committerMartin Odersky <odersky@gmail.com>2015-06-23 10:39:10 +0200
commitd5b14bf614fe9f25d10f63b71ca081a828562169 (patch)
treebe0a01dd3e02d87c5008ef325333dc263c44641d /tests
parentc61892842cebdee0dbb0c7a80bb468ae20ea57e1 (diff)
downloaddotty-d5b14bf614fe9f25d10f63b71ca081a828562169.tar.gz
dotty-d5b14bf614fe9f25d10f63b71ca081a828562169.tar.bz2
dotty-d5b14bf614fe9f25d10f63b71ca081a828562169.zip
Revert test to original
Uncomment two lines that were commented out by accident.
Diffstat (limited to 'tests')
-rw-r--r--tests/pos/t8230a.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pos/t8230a.scala b/tests/pos/t8230a.scala
index f878eacf8..dfbae51ee 100644
--- a/tests/pos/t8230a.scala
+++ b/tests/pos/t8230a.scala
@@ -20,7 +20,7 @@ object Test {
}
object Fail {
-// import I.arrToTrav
-// foo(Arr("3")) // found String, expected Long
+ import I.arrToTrav
+ foo(Arr("3")) // found String, expected Long
}
}