Skip to content

Commit

Permalink
Remove unneeded static import
Browse files Browse the repository at this point in the history
Seems wrongly handled in jnaerator\src\test\java\com\ochafik\lang\jnaerator\JNAerationTest.java.
Test failing due to syntax error in test input itself.
Fix nativelibs4java#108
  • Loading branch information
ElNounch authored Feb 20, 2022
1 parent ac73c9e commit 8c33833
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extern time_t *gpt;
--
#runtime(JNA)
import test.*;
import static test.TestLibrary.*;
//import static test.TestLibrary.*;

--
#runtime(JNAerator)
Expand Down

0 comments on commit 8c33833

Please sign in to comment.