stage2 ARM: implement truncate to ints with bits <= 32
This commit is contained in:
@@ -16,7 +16,6 @@ test "empty function with comments" {
|
||||
|
||||
test "truncate" {
|
||||
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
|
||||
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
|
||||
|
||||
try expect(testTruncate(0x10fd) == 0xfd);
|
||||
comptime try expect(testTruncate(0x10fd) == 0xfd);
|
||||
|
||||
Reference in New Issue
Block a user