[DEV] correct unit test
This commit is contained in:
parent
fd43a85688
commit
df103aa144
@ -75,7 +75,7 @@ TEST(TestCCallLuaFunctionn, basicCallNotExist) {
|
||||
print("x or y")
|
||||
end
|
||||
)#");
|
||||
lua.callVoid("MyFunctionNameThatDoesNotExit", true, "TRESDF");
|
||||
EXPECT_THROW(lua.callVoid("MyFunctionNameThatDoesNotExit", true, "TRESDF"), etk::exception::RuntimeError);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user