aboutsummaryrefslogtreecommitdiff
path: root/tests/run/t1618.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/t1618.scala')
-rw-r--r--tests/run/t1618.scala11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/run/t1618.scala b/tests/run/t1618.scala
deleted file mode 100644
index 248af9b4f..000000000
--- a/tests/run/t1618.scala
+++ /dev/null
@@ -1,11 +0,0 @@
-
-object Test extends dotty.runtime.LegacyApp {
- import scala.tools.nsc.io._
-
- val dir: VirtualDirectory = new VirtualDirectory("foo", None)
- dir.subdirectoryNamed("foo")
- assert(dir.lookupName("foo", true) != null)
-
-}
-
-