aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/t3869.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/pos/t3869.scala')
-rw-r--r--tests/pending/pos/t3869.scala10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/pending/pos/t3869.scala b/tests/pending/pos/t3869.scala
deleted file mode 100644
index 581c11c81..000000000
--- a/tests/pending/pos/t3869.scala
+++ /dev/null
@@ -1,10 +0,0 @@
-
-// see ticket #3869
-object Test {
- def f: Unit =
- try return finally while(true) ()
-
- def main(args: Array[String]): Unit = {
- f
- }
-}