riscv: implement more operators
we can run `std.debug.print` now, with both run-time strings and integers!
This commit is contained in:
@@ -16,8 +16,6 @@ test "empty function with comments" {
|
||||
}
|
||||
|
||||
test "truncate" {
|
||||
if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest;
|
||||
|
||||
try expect(testTruncate(0x10fd) == 0xfd);
|
||||
comptime assert(testTruncate(0x10fd) == 0xfd);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user