source-dependencies/trait-member-modified is no longer pending

This commit is contained in:
Eugene Yokota 2016-02-22 13:22:51 -05:00
parent 2fe5eabd6e
commit 9a57834d25
1 changed files with 0 additions and 9 deletions

View File

@ -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