| ... | ... | @@ -588,14 +588,7 @@ test parse { |
| 588 | 588 | const text = try query.zigTriple(std.testing.allocator); |
| 589 | 589 | defer std.testing.allocator.free(text); |
| 590 | 590 | |
| 591 | | var buf: [256]u8 = undefined; |
| 592 | | const triple = std.fmt.bufPrint( |
| 593 | | buf[0..], |
| 594 | | "native-native-{s}.2.1.1", |
| 595 | | .{@tagName(builtin.target.abi)}, |
| 596 | | ) catch unreachable; |
| 597 | | |
| 598 | | try std.testing.expectEqualSlices(u8, triple, text); |
| 591 | try std.testing.expectEqualSlices(u8, "native-native-gnu.2.1.1", text); |
| 599 | 592 | } |
| 600 | 593 | { |
| 601 | 594 | const query = try Query.parse(.{ |