Removed test runner, because SDL is needed

This commit is contained in:
2022-11-26 16:38:44 +00:00
parent 5b4f706426
commit f132ca6937
3 changed files with 2 additions and 25 deletions

View File

@@ -34,7 +34,7 @@ int main() {
initEngineNode(node, &interpreter, tb, size);
Literal nodeLiteral = TO_OPAQUE_LITERAL(node, 0);
Literal nodeLiteral = TO_OPAQUE_LITERAL(node, OPAQUE_TAG_ENGINE_NODE);
//argument list to pass in the node
LiteralArray arguments;