summaryrefslogtreecommitdiff
path: root/test/pending/run/exc.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/exc.scala')
-rw-r--r--test/pending/run/exc.scala10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/pending/run/exc.scala b/test/pending/run/exc.scala
deleted file mode 100644
index 26f80412c0..0000000000
--- a/test/pending/run/exc.scala
+++ /dev/null
@@ -1,10 +0,0 @@
-object exc1 extends Application {
- def foo() = {
- while (true) {
- try {
- } catch {
- case ex: Exception =>
- }
- }
- }
-}