aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/exoticnames.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/exoticnames.scala')
-rw-r--r--tests/pending/run/exoticnames.scala7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/pending/run/exoticnames.scala b/tests/pending/run/exoticnames.scala
deleted file mode 100644
index beaea15b1..000000000
--- a/tests/pending/run/exoticnames.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-// this is a run-test because the compiler should emit bytecode that'll pass the JVM's verifier
-object Test extends dotty.runtime.LegacyApp {
- def `(` = sys.error("bla")
- def `.` = sys.error("bla")
- def `)` = sys.error("bla")
- def `,` = sys.error("bla")
-}