Skip to content
Snippets Groups Projects
Commit d15bd34e authored by Mick Jordan's avatar Mick Jordan
Browse files

fix deprecated method usage missed in previous fixes

parent f45591e4
Branches
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ public final class RContext extends ExecutionContext implements TruffleObject {
@Override
public void run() {
PolyglotEngine vm = info.apply(PolyglotEngine.buildNew()).build();
PolyglotEngine vm = info.apply(PolyglotEngine.newBuilder()).build();
try {
setContext(vm.eval(GET_CONTEXT).as(RContext.class));
} catch (IOException e1) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment