mirror of https://github.com/sbt/sbt.git
source-dependencies/trait-member-modified is no longer pending
This commit is contained in:
parent
2fe5eabd6e
commit
9a57834d25
|
|
@ -1,9 +0,0 @@
|
|||
# Test if adding a member to a trait affects classes that refer to that trait
|
||||
# by a member reference
|
||||
> compile
|
||||
# add `foo` method to `A`
|
||||
$ copy-file changes/A1.scala src/main/scala/A.scala
|
||||
# only A.scala should be recompiled
|
||||
> compile
|
||||
# check if there are only two compile iterations performed
|
||||
> check-compilations
|
||||
Loading…
Reference in New Issue