We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7477cf1 commit 10695b0Copy full SHA for 10695b0
src/root.zig
@@ -3441,7 +3441,7 @@ test "checkStack should return StackOverflow when requested space is too large"
3441
try std.testing.expectError(error.StackOverflow, lua.checkStack(9000));
3442
}
3443
3444
-test "checkStackOrError should return raise an error for stack overflow" {
+test "checkStackOrError should raise an error for stack overflow" {
3445
const lua = try Lua.init(std.testing.allocator);
3446
defer lua.deinit();
3447
0 commit comments