mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
testing: fix copy paste typo
This commit is contained in:
parent
9a2f17f9f9
commit
5e0d8a435e
@ -494,7 +494,7 @@ pub fn expectStringStartsWith(actual: []const u8, expected_starts_with: []const
|
||||
|
||||
print("\n====== expected to start with: =========\n", .{});
|
||||
printWithVisibleNewlines(expected_starts_with);
|
||||
print("\n====== instead ended with: ===========\n", .{});
|
||||
print("\n====== instead started with: ===========\n", .{});
|
||||
printWithVisibleNewlines(shortened_actual);
|
||||
print("\n========= full output: ==============\n", .{});
|
||||
printWithVisibleNewlines(actual);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user