diff options
author | Sven Gothel <[email protected]> | 2011-11-29 05:24:46 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-11-29 05:24:46 +0100 |
commit | 8af40a72515958d9bf93770ce8ba1ac1ed12a8d3 (patch) | |
tree | 742d2fdae5fbf25ee134e8b568bb6d54bf2eac79 | |
parent | 2f9d2373ac3cbd6e7a6c288a72ad154962f22cb3 (diff) |
Test: Forgot to uncomment package name of new test for 97218b88af9113740b3704a3666d7356cdc83cd0
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextListNEWT2.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextListNEWT2.java b/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextListNEWT2.java index 036cacac0..70b9f37a9 100644 --- a/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextListNEWT2.java +++ b/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestSharedContextListNEWT2.java @@ -26,7 +26,7 @@ * or implied, of JogAmp Community. */ -// package com.jogamp.opengl.test.junit.jogl.acore; +package com.jogamp.opengl.test.junit.jogl.acore; import java.io.IOException; |