aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/sbt-test/discovery/test-discovery/test
blob: 2e035dee845e5b1c7e6182a3718eead65d45d0d2 (plain) (blame)
1
2
3
4
5
6
7
8
> compile
# Intentionally failing test
-> test
# Fix the bug!
$ copy-file changes/A2.scala src/main/scala/A.scala
> compile
# The test should pass now
> test