From b61a64ddb5700b5d77295df43af0e3feb3c46ac6 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Sat, 12 Jan 2013 00:54:44 +0100 Subject: SI-6964 Remove build managers, both simple and refined. Deprecated in 2.10.0, out to pasture in 2.11.0. Users are advised to migrate to: https://github.com/typesafehub/zinc http://www.scala-sbt.org/ --- test/files/buildmanager/t2651_4/t2651_4.check | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 test/files/buildmanager/t2651_4/t2651_4.check (limited to 'test/files/buildmanager/t2651_4/t2651_4.check') diff --git a/test/files/buildmanager/t2651_4/t2651_4.check b/test/files/buildmanager/t2651_4/t2651_4.check deleted file mode 100644 index 74e5d8f99b..0000000000 --- a/test/files/buildmanager/t2651_4/t2651_4.check +++ /dev/null @@ -1,13 +0,0 @@ -builder > A.scala B.scala -compiling Set(A.scala, B.scala) -Changes: Map() -builder > A.scala -compiling Set(A.scala) -Changes: Map(trait A -> List(Changed(Definition(A.x))[method x changed from ()T to ()T flags: ], Changed(Definition(A.y))[method y changed from (a: T)Unit to (a: T)Unit flags: ], Changed(Definition(A.z))[method z changed from [B <: T]()Unit to [B <: T]()Unit flags: ])) -invalidate B.scala because inherited method changed [Changed(Definition(A.x))[method x changed from ()T to ()T flags: ]] -compiling Set(B.scala) -B.scala:2: error: type mismatch; - found : Int(3) - required: String - def x = 3 - ^ -- cgit v1.2.3