summaryrefslogtreecommitdiffstats
path: root/testing/newsrc/org/aspectj
diff options
context:
space:
mode:
authoracolyer <acolyer>2005-09-22 13:07:03 +0000
committeracolyer <acolyer>2005-09-22 13:07:03 +0000
commitf042f0cf99df5eea26ae4a38a06968295c500914 (patch)
tree9f638782e273f35dde5fabc4c019b57879a089f6 /testing/newsrc/org/aspectj
parent2447704c6056d26c5f819654acd187a8d53a2dc3 (diff)
downloadaspectj-f042f0cf99df5eea26ae4a38a06968295c500914.tar.gz
aspectj-f042f0cf99df5eea26ae4a38a06968295c500914.zip
doh!
Diffstat (limited to 'testing/newsrc/org/aspectj')
-rw-r--r--testing/newsrc/org/aspectj/testing/RunSpec.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/newsrc/org/aspectj/testing/RunSpec.java b/testing/newsrc/org/aspectj/testing/RunSpec.java
index f418ac34c..cb0d497a8 100644
--- a/testing/newsrc/org/aspectj/testing/RunSpec.java
+++ b/testing/newsrc/org/aspectj/testing/RunSpec.java
@@ -76,6 +76,7 @@ public class RunSpec implements ITestStep {
}
public String getClasspath() {
+ if (cpath == null) return null;
return this.cpath.replace('/', File.separatorChar);
}