Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
radioegor146 committed Jan 26, 2024
1 parent 26842ce commit 7f3b795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obfuscator/src/test/java/by/radioegor146/ClassicTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public void execute() throws Throwable {
Path resultJar = tempOutput.resolve("test.jar");

new NativeObfuscator().process(idealJar, tempOutput, Collections.emptyList(), Collections.emptyList(),
null, "native_library", platform, false, true);
null, "native_library", null, platform, false, true);

System.out.println("Compiling CPP code...");
if (System.getProperty("os.name").toLowerCase().contains("windows")) {
Expand Down

0 comments on commit 7f3b795

Please sign in to comment.