aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/exc1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/exc1.scala')
-rw-r--r--tests/pending/run/exc1.scala10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/pending/run/exc1.scala b/tests/pending/run/exc1.scala
deleted file mode 100644
index c48b4c156..000000000
--- a/tests/pending/run/exc1.scala
+++ /dev/null
@@ -1,10 +0,0 @@
-object Test extends dotty.runtime.LegacyApp {
- def foo(): Unit = {
- while (true) {
- try {
- } catch {
- case ex: Exception =>
- }
- }
- }
-}