From 684d1901d90e0312fb238901bf59c24dcbdf3854 Mon Sep 17 00:00:00 2001 From: Hubert Plociniczak Date: Tue, 1 Nov 2011 00:58:36 +0000 Subject: Fixed paths for 'neg' tests. --- test/files/neg/t0699.check | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/files/neg/t0699.check') diff --git a/test/files/neg/t0699.check b/test/files/neg/t0699.check index c944da8c10..45d3e849cc 100644 --- a/test/files/neg/t0699.check +++ b/test/files/neg/t0699.check @@ -1,10 +1,10 @@ -B.scala:2: error: illegal inheritance from sealed trait T +B.scala:2: error: illegal inheritance from sealed trait T: t0699/B.scala != t0699/A.scala trait T1 extends A.T ^ -B.scala:3: error: illegal inheritance from sealed class C +B.scala:3: error: illegal inheritance from sealed class C: t0699/B.scala != t0699/A.scala trait T2 extends A.C ^ -B.scala:4: error: illegal inheritance from sealed class C +B.scala:4: error: illegal inheritance from sealed class C: t0699/B.scala != t0699/A.scala class C1 extends A.C ^ three errors found -- cgit v1.2.3