summaryrefslogtreecommitdiff
path: root/test/files/neg/bug664.check
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@epfl.ch>2007-04-19 17:17:01 +0000
committerAdriaan Moors <adriaan.moors@epfl.ch>2007-04-19 17:17:01 +0000
commited8f3f0b9b31e75b14933e889d6aa105d2c0f0b7 (patch)
treea1d594d6080e28562d453d953e97db37292e6916 /test/files/neg/bug664.check
parent7b2bdb4e75f72fbdf4c488aea112d7838f89bc5f (diff)
downloadscala-ed8f3f0b9b31e75b14933e889d6aa105d2c0f0b7.tar.gz
scala-ed8f3f0b9b31e75b14933e889d6aa105d2c0f0b7.tar.bz2
scala-ed8f3f0b9b31e75b14933e889d6aa105d2c0f0b7.zip
suppress "scala." prefix in string representati...
suppress "scala." prefix in string representation of types (in error messages,..)
Diffstat (limited to 'test/files/neg/bug664.check')
-rw-r--r--test/files/neg/bug664.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/bug664.check b/test/files/neg/bug664.check
index 31492d83ba..176058d962 100644
--- a/test/files/neg/bug664.check
+++ b/test/files/neg/bug664.check
@@ -1,7 +1,7 @@
-bug664.scala:4: error: type Foo is not a member of test.Test with scala.ScalaObject
+bug664.scala:4: error: type Foo is not a member of test.Test with ScalaObject
trait Foo extends super.Foo {
^
-bug664.scala:5: error: type Bar is not a member of scala.AnyRef with scala.ScalaObject
+bug664.scala:5: error: type Bar is not a member of AnyRef with ScalaObject
trait Bar extends super.Bar;
^
two errors found