diff options
Diffstat (limited to 'test/junit/com/jogamp/gluegen/StructValidator.java')
-rw-r--r-- | test/junit/com/jogamp/gluegen/StructValidator.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/junit/com/jogamp/gluegen/StructValidator.java b/test/junit/com/jogamp/gluegen/StructValidator.java index 6637f4d..d39d80d 100644 --- a/test/junit/com/jogamp/gluegen/StructValidator.java +++ b/test/junit/com/jogamp/gluegen/StructValidator.java @@ -34,7 +34,7 @@ import org.junit.Ignore; import static org.junit.Assert.*; /** - * this file will not compile unless {@link com.jogamp.gluegen.StructAccessorTest} has been run. + * this file will not compile unless {@link com.jogamp.gluegen.TestStructAccessor} has been run. * @author Michael Bien */ @Ignore |