From ed8f3f0b9b31e75b14933e889d6aa105d2c0f0b7 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Thu, 19 Apr 2007 17:17:01 +0000 Subject: suppress "scala." prefix in string representati... suppress "scala." prefix in string representation of types (in error messages,..) --- test/files/neg/bug414.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/neg/bug414.check') diff --git a/test/files/neg/bug414.check b/test/files/neg/bug414.check index 9f6717ca9e..67b467ce5d 100644 --- a/test/files/neg/bug414.check +++ b/test/files/neg/bug414.check @@ -2,7 +2,7 @@ bug414.scala:5: error: stable identifier required, but Empty found. case Empty => ^ bug414.scala:7: error: type mismatch; - found : scala.Unit + found : Unit required: a case _ => ^ -- cgit v1.2.3