mirror of
https://github.com/ThePhD/sol2
synced 2026-08-15 10:32:03 -04:00
✨ New exhaustive check feature for vectors & similar
This commit is contained in:
parent
c4e843b6dd
commit
3592851a2a
91 changed files with 797 additions and 389 deletions
|
|
@ -40,8 +40,8 @@ int main(int, char*[]) {
|
|||
traceback_handler.pop();
|
||||
|
||||
// make sure everything is clean
|
||||
sol_c_assert(result == 22);
|
||||
sol_c_assert(
|
||||
SOL_ASSERT(result == 22);
|
||||
SOL_ASSERT(
|
||||
lua.stack_top() == 0); // stack is empty/balanced
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue