Browse Source

fixing typo

tags/PRE_ANDY
aclement 19 years ago
parent
commit
ff27a1d81c

+ 1
- 1
testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java View File

@@ -92,7 +92,7 @@ public class HarnessSelectionTest extends TestCase {
}

public void testIncrementalSuite() {
System.err.println("skippping testIncrementalSuite - too long");
System.err.println("skipping testIncrementalSuite - too long");
if (true) return;
if (!eclipseAvailable()) {
System.err.println("skipping test - eclipse classes not available");

Loading…
Cancel
Save