aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/src/sbt-test/source-dependencies/linearization/test
diff options
context:
space:
mode:
Diffstat (limited to 'sbt-bridge/src/sbt-test/source-dependencies/linearization/test')
-rw-r--r--sbt-bridge/src/sbt-test/source-dependencies/linearization/test13
1 files changed, 0 insertions, 13 deletions
diff --git a/sbt-bridge/src/sbt-test/source-dependencies/linearization/test b/sbt-bridge/src/sbt-test/source-dependencies/linearization/test
deleted file mode 100644
index e6078ebfb..000000000
--- a/sbt-bridge/src/sbt-test/source-dependencies/linearization/test
+++ /dev/null
@@ -1,13 +0,0 @@
-> compile
-
-# the value of F.x should be 16
-> run 16
-
-# modify D.scala so that the linearization changes
-$ copy-file changes/D.scala D.scala
-# F.x becomes 11
-> compile
-
-# if F is recompiled, the value of x should be 11, otherwise it will still be 16
-# and this will fail
-> run 11 \ No newline at end of file