summaryrefslogtreecommitdiff
path: root/test/files/neg/t1286.check
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert.plociniczak@epfl.ch>2011-11-01 00:58:36 +0000
committerHubert Plociniczak <hubert.plociniczak@epfl.ch>2011-11-01 00:58:36 +0000
commit684d1901d90e0312fb238901bf59c24dcbdf3854 (patch)
tree6b244158ddda23b9d1c17e8917c77a393f87e2b4 /test/files/neg/t1286.check
parent1754813beb02cea6733ecdbcfd34d2f0341fb945 (diff)
downloadscala-684d1901d90e0312fb238901bf59c24dcbdf3854.tar.gz
scala-684d1901d90e0312fb238901bf59c24dcbdf3854.tar.bz2
scala-684d1901d90e0312fb238901bf59c24dcbdf3854.zip
Fixed paths for 'neg' tests.
Diffstat (limited to 'test/files/neg/t1286.check')
-rw-r--r--test/files/neg/t1286.check4
1 files changed, 2 insertions, 2 deletions
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