summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-06-10 13:12:46 +0000
committerPaul Phillips <paulp@improving.org>2011-06-10 13:12:46 +0000
commit68808e80c4574e419a440c31d24ad206870e28b3 (patch)
treeff295f203f42c96e434ac5b5f233ad627c14909c /src
parent5fa1978fac07e62570409c649faf3021b2709a18 (diff)
downloadscala-68808e80c4574e419a440c31d24ad206870e28b3.tar.gz
scala-68808e80c4574e419a440c31d24ad206870e28b3.tar.bz2
scala-68808e80c4574e419a440c31d24ad206870e28b3.zip
First of what might be several attempts to fix ...
First of what might be several attempts to fix the build, no review.
Diffstat (limited to 'src')
-rw-r--r--src/compiler/scala/tools/nsc/interpreter/ILoop.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/interpreter/ILoop.scala b/src/compiler/scala/tools/nsc/interpreter/ILoop.scala
index d794845593..d4a15b6eb9 100644
--- a/src/compiler/scala/tools/nsc/interpreter/ILoop.scala
+++ b/src/compiler/scala/tools/nsc/interpreter/ILoop.scala
@@ -810,7 +810,7 @@ class ILoop(in0: Option[BufferedReader], protected val out: JPrintWriter)
printWelcome()
try loop()
- catch AbstractOrMissingHandler()
+ // catch AbstractOrMissingHandler()
finally closeInterpreter()
true