summaryrefslogtreecommitdiff
path: root/test/files/run/t8918-unary-ids.check
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan@lightbend.com>2017-02-21 11:57:05 -0800
committerGitHub <noreply@github.com>2017-02-21 11:57:05 -0800
commitd60f6e340766f8876adb21092081bf264c64597f (patch)
treec465fa15a9e1d6207c45107b318818aa84b6ea50 /test/files/run/t8918-unary-ids.check
parenta8c4a54d18c5560417d8c41db8b23a10fe8d616d (diff)
downloadscala-d60f6e340766f8876adb21092081bf264c64597f.tar.gz
scala-d60f6e340766f8876adb21092081bf264c64597f.tar.bz2
scala-d60f6e340766f8876adb21092081bf264c64597f.zip
Revert "SI-10133 Require escaped single quote char lit"
Diffstat (limited to 'test/files/run/t8918-unary-ids.check')
-rw-r--r--test/files/run/t8918-unary-ids.check14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/files/run/t8918-unary-ids.check b/test/files/run/t8918-unary-ids.check
index b1f16ed56a..92f02371c7 100644
--- a/test/files/run/t8918-unary-ids.check
+++ b/test/files/run/t8918-unary-ids.check
@@ -5,17 +5,3 @@ Expected 41 lines, got 39
-Type in expressions to have them evaluated.
-Type :help for more information.
-@@ -14,4 +12,4 @@
- <console>:1: error: illegal start of simple expression
--- if (true) 1 else 2
-- ^
-+ - if (true) 1 else 2
-+ ^
-
-@@ -19,4 +17,4 @@
- <console>:1: error: ';' expected but integer literal found.
--- - 1
-- ^
-+ - - 1
-+ ^
-