mirror of https://github.com/mgba-emu/mgba.git
Scripting: Fix test fallout
This commit is contained in:
parent
79506cef72
commit
0dce8b392a
|
@ -254,7 +254,7 @@ M_TEST_DEFINE(setGlobal) {
|
|||
|
||||
assert_true(lua->setGlobal(lua, "b", NULL));
|
||||
val = lua->getGlobal(lua, "b");
|
||||
assert_null(val);
|
||||
assert_ptr_equal(val, &mScriptValueNull);
|
||||
|
||||
mScriptContextDeinit(&context);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue