aboutsummaryrefslogtreecommitdiffstats
path: root/test/junit/com/sun/gluegen/StructAccessorTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/junit/com/sun/gluegen/StructAccessorTest.java')
-rw-r--r--test/junit/com/sun/gluegen/StructAccessorTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/junit/com/sun/gluegen/StructAccessorTest.java b/test/junit/com/sun/gluegen/StructAccessorTest.java
index 0cd2953..3562077 100644
--- a/test/junit/com/sun/gluegen/StructAccessorTest.java
+++ b/test/junit/com/sun/gluegen/StructAccessorTest.java
@@ -46,7 +46,7 @@ public class StructAccessorTest {
// compile testcase
String source = gluegenRoot + "/test/junit/com/sun/gluegen/StructValidator.java";
- compile(new File(source), gluegenRoot+"/build/test/build/classes");
+ compile(new File(source), testOutput + "/build/classes");
// invoke test
Class<?> test = Class.forName("com.sun.gluegen.StructValidator");