summaryrefslogtreecommitdiff
path: root/test/files/buildmanager/t2652
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2010-04-11 18:51:45 +0000
committerIulian Dragos <jaguarul@gmail.com>2010-04-11 18:51:45 +0000
commitad596fcfc77a931f9b91444acd0063dcbc9b25aa (patch)
tree04bbadd6766fc331f899d08388486ecf7382ab3f /test/files/buildmanager/t2652
parente7718496ee34035bbc50f5b9df0441662f7834ea (diff)
downloadscala-ad596fcfc77a931f9b91444acd0063dcbc9b25aa.tar.gz
scala-ad596fcfc77a931f9b91444acd0063dcbc9b25aa.tar.bz2
scala-ad596fcfc77a931f9b91444acd0063dcbc9b25aa.zip
Fixed some position issues and build manager test.
Diffstat (limited to 'test/files/buildmanager/t2652')
-rw-r--r--test/files/buildmanager/t2652/t2652.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/buildmanager/t2652/t2652.check b/test/files/buildmanager/t2652/t2652.check
index 77a27a727f..0e685c1f94 100644
--- a/test/files/buildmanager/t2652/t2652.check
+++ b/test/files/buildmanager/t2652/t2652.check
@@ -3,7 +3,7 @@ compiling Set(A.scala, B.scala)
Changes: Map()
builder > A.scala
compiling Set(A.scala)
-Changes: Map(class A -> List(Changed(Definition(A.x))[method x changed from [T](t: T)T to [T](t: T)T flags: <method>]))
+Changes: Map(class A -> List(Added(Definition(A.x$mBc$sp)), Added(Definition(A.x$mCc$sp)), Added(Definition(A.x$mDc$sp)), Added(Definition(A.x$mFc$sp)), Added(Definition(A.x$mIc$sp)), Added(Definition(A.x$mLc$sp)), Added(Definition(A.x$mSc$sp)), Added(Definition(A.x$mVc$sp)), Added(Definition(A.x$mZc$sp)), Changed(Definition(A.x))[method x changed from [T](t: T)T to [T](t: T)T flags: <method>]))
invalidate B.scala because it references changed definition [Changed(Definition(A.x))[method x changed from [T](t: T)T to [T](t: T)T flags: <method>]]
compiling Set(B.scala)
Changes: Map(object B -> List())