aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test/java/org/aspectj/systemtest/incremental
diff options
context:
space:
mode:
authorAndy Clement <aclement@pivotal.io>2019-03-04 08:14:29 -0800
committerAndy Clement <aclement@pivotal.io>2019-03-04 08:14:29 -0800
commitfebe314b376fbfa093e2fa9b0cd6819c1a071dfd (patch)
treef3b9dab4df810f2eda1813b169ef0b190ed2020d /tests/src/test/java/org/aspectj/systemtest/incremental
parentf3623cc56e6b6bf03164e1b5cd03a31be5bacd47 (diff)
downloadaspectj-febe314b376fbfa093e2fa9b0cd6819c1a071dfd.tar.gz
aspectj-febe314b376fbfa093e2fa9b0cd6819c1a071dfd.zip
fixes for tests on windows
Diffstat (limited to 'tests/src/test/java/org/aspectj/systemtest/incremental')
-rw-r--r--tests/src/test/java/org/aspectj/systemtest/incremental/tools/MultiProjTestCompilerConfiguration.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/test/java/org/aspectj/systemtest/incremental/tools/MultiProjTestCompilerConfiguration.java b/tests/src/test/java/org/aspectj/systemtest/incremental/tools/MultiProjTestCompilerConfiguration.java
index 620b06b0a..e30c6f0ee 100644
--- a/tests/src/test/java/org/aspectj/systemtest/incremental/tools/MultiProjTestCompilerConfiguration.java
+++ b/tests/src/test/java/org/aspectj/systemtest/incremental/tools/MultiProjTestCompilerConfiguration.java
@@ -93,7 +93,7 @@ public class MultiProjTestCompilerConfiguration implements ICompilerConfiguratio
StringTokenizer st = new StringTokenizer(cp,File.pathSeparator);
while (st.hasMoreElements()) {
String cpElement = st.nextToken();
- System.out.println("Checking: "+cpElement+" exists? "+new File(cpElement).exists());
+// System.out.println("Checking: "+cpElement+" exists? "+new File(cpElement).exists());
}
}