summaryrefslogtreecommitdiff
path: root/test/files/run/t4138.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4138.scala')
-rw-r--r--test/files/run/t4138.scala6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/files/run/t4138.scala b/test/files/run/t4138.scala
deleted file mode 100644
index 131489e581..0000000000
--- a/test/files/run/t4138.scala
+++ /dev/null
@@ -1,6 +0,0 @@
-object Test extends App {
- object p extends scala.util.parsing.combinator.JavaTokenParsers
-
- println(p.parse(p.stringLiteral, """"lir 'de\' ' \\ \n / upa \"new\" \t parsing""""))
- println(p.parse(p.stringLiteral, """"s " lkjse""""))
-}