Skip to content

Commit 75d95f3

Browse files
committed
allow all access for gate tests
1 parent 6bfddc6 commit 75d95f3

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python.test/src/com/oracle/graal/python/test/interop

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.test/src/com/oracle/graal/python/test/interop/JavaInteropTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ static class OptionsChecker {
455455
private Builder builder;
456456

457457
OptionsChecker(String option, String code, String... values) {
458-
this.builder = Context.newBuilder("python").engine(engine);
458+
this.builder = Context.newBuilder("python").engine(engine).allowAllAccess(true);
459459
this.option = "python." + option;
460460
this.source = Source.create("python", code);
461461
this.values = values;

0 commit comments

Comments
 (0)