aboutsummaryrefslogtreecommitdiff
path: root/bridge/src/sbt-test/source-dependencies/canon/test
diff options
context:
space:
mode:
Diffstat (limited to 'bridge/src/sbt-test/source-dependencies/canon/test')
-rw-r--r--bridge/src/sbt-test/source-dependencies/canon/test10
1 files changed, 0 insertions, 10 deletions
diff --git a/bridge/src/sbt-test/source-dependencies/canon/test b/bridge/src/sbt-test/source-dependencies/canon/test
deleted file mode 100644
index 13caf4871..000000000
--- a/bridge/src/sbt-test/source-dependencies/canon/test
+++ /dev/null
@@ -1,10 +0,0 @@
-# Tests that classpath entries that are different than their canonical representation are
-# handled properly. In particular, a symlink from lib/a.jar to lib/../actual/a.jar.0 is
-# available on the classpath and read by scalac. scalac 2.10.x does not interpret .jar.0
-# as a jar, so if sbt passes the canonical path, it will not be read.
-# This also verifies that compilation does not get repeatedly triggered by a mismatch in
-# paths.
-
-> compile
-> compile
-> checkIterations 1 \ No newline at end of file