kek tests

This commit is contained in:
ThePhD 2019-08-27 20:32:55 -04:00
parent 12eb1168e2
commit 0b6c7f47e7
No known key found for this signature in database
GPG Key ID: 1509DB1C0F702BFA

View File

@ -60,7 +60,7 @@ TEST_CASE("functions/empty std functions", "std::function is allowed to be empty
Bar()
end
if Foo ~= nil or type(Foo) ~= 'function'
if Foo ~= nil or type(Foo) == 'function'
then
Foo()
end