summaryrefslogtreecommitdiff
path: root/src/partest
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-04-30 16:07:57 +0000
committerPaul Phillips <paulp@improving.org>2009-04-30 16:07:57 +0000
commitb5b769354d8be94df5696dbb55c8ace4815f4170 (patch)
treec12a53ed0f6e9a622d43563582e5f3c2e6e59526 /src/partest
parent7acc55b2dc16a8981ac6572eb65b689e1d2622a1 (diff)
downloadscala-b5b769354d8be94df5696dbb55c8ace4815f4170.tar.gz
scala-b5b769354d8be94df5696dbb55c8ace4815f4170.tar.bz2
scala-b5b769354d8be94df5696dbb55c8ace4815f4170.zip
Reimplementation of XML encoding heuristics fro...
Reimplementation of XML encoding heuristics from spec.
Diffstat (limited to 'src/partest')
-rw-r--r--src/partest/scala/tools/partest/nest/CompileManager.scala5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/partest/scala/tools/partest/nest/CompileManager.scala b/src/partest/scala/tools/partest/nest/CompileManager.scala
index a9a930462a..fe175b2b7e 100644
--- a/src/partest/scala/tools/partest/nest/CompileManager.scala
+++ b/src/partest/scala/tools/partest/nest/CompileManager.scala
@@ -131,12 +131,9 @@ class DirectCompiler(val fileManager: FileManager) extends SimpleCompiler {
testRep.writer.flush
testRep.writer.close
} catch {
- case e: Exception =>
+ case e =>
e.printStackTrace()
return false
- case err: Error =>
- err.printStackTrace()
- return false
} finally {
logWriter.close()
}