_wip
This commit is contained in:
@@ -38,7 +38,7 @@ TEST_CASE("Scripting")
|
||||
CHECK(method);
|
||||
MObject* result = method->Invoke(nullptr, nullptr, nullptr);
|
||||
CHECK(result);
|
||||
int32 resultValue = MUtils::Unbox<int32>(result);
|
||||
int32 resultValue = MUtils::Unbox<int32>(result, true);
|
||||
CHECK(resultValue == 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user