Skip to content

Commit 10695b0

Browse files
committed
rename test
1 parent 7477cf1 commit 10695b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/root.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3441,7 +3441,7 @@ test "checkStack should return StackOverflow when requested space is too large"
34413441
try std.testing.expectError(error.StackOverflow, lua.checkStack(9000));
34423442
}
34433443

3444-
test "checkStackOrError should return raise an error for stack overflow" {
3444+
test "checkStackOrError should raise an error for stack overflow" {
34453445
const lua = try Lua.init(std.testing.allocator);
34463446
defer lua.deinit();
34473447

0 commit comments

Comments
 (0)