aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorliu fengyun <liufengyunchina@gmail.com>2016-04-05 23:31:43 +0200
committerliu fengyun <liufengyunchina@gmail.com>2016-04-05 23:31:43 +0200
commit438cdf65009bee20e09bc9e63eb74a741e1dd72b (patch)
treed06b5045258e3ac9c2b3b6d211e5217ce017b0c3 /bin
parentd1ffa3e34610422cc8ec8a90c330cae548fa2ba6 (diff)
downloaddotty-438cdf65009bee20e09bc9e63eb74a741e1dd72b.tar.gz
dotty-438cdf65009bee20e09bc9e63eb74a741e1dd72b.tar.bz2
dotty-438cdf65009bee20e09bc9e63eb74a741e1dd72b.zip
simple integration with jline
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dotc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dotc b/bin/dotc
index 5798e0523..f6c1db6c1 100755
--- a/bin/dotc
+++ b/bin/dotc
@@ -38,7 +38,7 @@ unset verbose quiet cygwin toolcp colors saved_stty CDPATH
CompilerMain=dotty.tools.dotc.Main
FromTasty=dotty.tools.dotc.FromTasty
-ReplMain=test.DottyRepl
+ReplMain=dotty.tools.dotc.repl.Main