aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/pending/run/StackMap.scala7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/pending/run/StackMap.scala b/tests/pending/run/StackMap.scala
deleted file mode 100644
index 5220758fe..000000000
--- a/tests/pending/run/StackMap.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-object Test {
- var implicitsCache = null
-
- def main(args: Array[String]): Unit = {
- implicitsCache = try{null} catch { case ex: Exception => null }
- }
-}