Skip to content

Commit d20c912

Browse files
committed
tests/java_api/general: Correct the graal_c_api run
Due to an incomplete update after a testcase copy-paste, this Java test runs agains the JNI bindings whereas it is supposed to run with the Native-Image ones. Fix the test to run with the correct bindings.
1 parent 5d9e7d4 commit d20c912

File tree

1 file changed

+1
-1
lines changed
  • testsuite/tests/java_api/general/graal_c_api

1 file changed

+1
-1
lines changed

testsuite/tests/java_api/general/graal_c_api/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
build_and_run(
1414
lkt_file="expected_concrete_syntax.lkt",
15-
java_main="BindingsTests",
15+
ni_main="BindingsTests",
1616
default_unit_provider=LibraryEntity(
1717
"Libfoolang.Helpers", "Create_Unit_Provider",
1818
),

0 commit comments

Comments
 (0)