summaryrefslogtreecommitdiff
path: root/test/files/run/repl-term-macros.check
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@typesafe.com>2014-08-12 12:05:21 +0200
committerLukas Rytz <lukas.rytz@typesafe.com>2014-08-12 12:05:21 +0200
commited9cca8a2660e7832613be507c4175a532e6edcb (patch)
treee9f8a8aa14b2cf7f053014034fc9df507f400da1 /test/files/run/repl-term-macros.check
parentbc0fc0fb90c81038dba16415ee6e733e4e054a28 (diff)
parented9dfee181e56bb83afa0598523786bee5572068 (diff)
downloadscala-ed9cca8a2660e7832613be507c4175a532e6edcb.tar.gz
scala-ed9cca8a2660e7832613be507c4175a532e6edcb.tar.bz2
scala-ed9cca8a2660e7832613be507c4175a532e6edcb.zip
Merge pull request #3902 from gourlaysama/wip/t4563
SI-4563 friendlier behavior for Ctrl+D in the REPL
Diffstat (limited to 'test/files/run/repl-term-macros.check')
-rw-r--r--test/files/run/repl-term-macros.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/repl-term-macros.check b/test/files/run/repl-term-macros.check
index 3580bfe1f1..2cd0b93cd0 100644
--- a/test/files/run/repl-term-macros.check
+++ b/test/files/run/repl-term-macros.check
@@ -37,4 +37,4 @@ defined term macro foo3: (x: Int)(y: Int)Unit
scala> foo3(2)(3)
-scala>
+scala> :quit