aboutsummaryrefslogtreecommitdiff
path: root/tests/new
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-12-19 15:21:34 +0100
committerMartin Odersky <odersky@gmail.com>2014-12-19 15:21:34 +0100
commit63c582b39ba8a248c9d6ad23db2224ea4a809a58 (patch)
treed953fd9c0b8b8e7c6f22158e27dff9db8944d745 /tests/new
parent73d008317a6afaa0fea103ec0c84a39386f7d776 (diff)
downloaddotty-63c582b39ba8a248c9d6ad23db2224ea4a809a58.tar.gz
dotty-63c582b39ba8a248c9d6ad23db2224ea4a809a58.tar.bz2
dotty-63c582b39ba8a248c9d6ad23db2224ea4a809a58.zip
Test re-org.
Moved some working test to pos. I wonder why they were in pending? They did work for me.
Diffstat (limited to 'tests/new')
-rw-r--r--tests/new/t296.scala5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/new/t296.scala b/tests/new/t296.scala
deleted file mode 100644
index bb3b22984..000000000
--- a/tests/new/t296.scala
+++ /dev/null
@@ -1,5 +0,0 @@
-object Bug {
- def foo (l: => String, l1: => String) : String = 12 match {
- case 12 => l1
- case _ => l}
-}