summaryrefslogtreecommitdiff
path: root/src/partest
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-09-11 17:08:43 +0000
committerPaul Phillips <paulp@improving.org>2009-09-11 17:08:43 +0000
commitf9394a4d472887c4563e768467170a9b1677d5c1 (patch)
tree801fa248907e6c4b611eb35760b4ad641dfb05a6 /src/partest
parent514ff83e3983d81f8bf948abebbe5b9141d9690d (diff)
downloadscala-f9394a4d472887c4563e768467170a9b1677d5c1.tar.gz
scala-f9394a4d472887c4563e768467170a9b1677d5c1.tar.bz2
scala-f9394a4d472887c4563e768467170a9b1677d5c1.zip
Made canEqual abstract in Product and only inse...
Made canEqual abstract in Product and only inserted into case classes if no concrete implementation is inherited. Restored the disabled canEquals usages in collections.
Diffstat (limited to 'src/partest')
-rw-r--r--src/partest/scala/tools/partest/nest/Worker.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/partest/scala/tools/partest/nest/Worker.scala b/src/partest/scala/tools/partest/nest/Worker.scala
index bb51a5049b..0473955ed9 100644
--- a/src/partest/scala/tools/partest/nest/Worker.scala
+++ b/src/partest/scala/tools/partest/nest/Worker.scala
@@ -778,6 +778,7 @@ class Worker(val fileManager: FileManager) extends Actor {
val resFile = results(0)
// 2. Compile source file
if (!compileMgr.shouldCompile(outDir, List(file), kind, logFile)) {
+ NestUI.verbose("compilerMgr failed to compile %s to %s".format(file, outDir))
succeeded = false
} else {