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/t1286.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/neg/t1286.check') diff --git a/test/files/neg/t1286.check b/test/files/neg/t1286.check index 2699f0789d..c937fb9cf1 100644 --- a/test/files/neg/t1286.check +++ b/test/files/neg/t1286.check @@ -1,9 +1,9 @@ a.scala:1: error: Companions 'object Foo' and 'trait Foo' must be defined in same file: - Found in files/neg/t1286/b.scala and files/neg/t1286/a.scala + Found in t1286/b.scala and t1286/a.scala trait Foo { ^ b.scala:1: error: Companions 'trait Foo' and 'object Foo' must be defined in same file: - Found in files/neg/t1286/a.scala and files/neg/t1286/b.scala + Found in t1286/a.scala and t1286/b.scala object Foo extends Foo { ^ two errors found -- cgit v1.2.3