Skip to content
Snippets Groups Projects
Commit 17a51c69 authored by Lukas Stadler's avatar Lukas Stadler Committed by stepan
Browse files

do not create new engines for message resolution tests

parent e8433efc
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ public abstract class AbstractMRTest {
}
protected boolean isPointer(@SuppressWarnings("unused") TruffleObject obj) {
return false;
return true;
}
protected boolean isBoxed(@SuppressWarnings("unused") TruffleObject obj) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment