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