diff options
| author | David Rubin <daviru007@icloud.com> | 2024-07-26 04:00:25 -0700 |
|---|---|---|
| committer | David Rubin <daviru007@icloud.com> | 2024-07-26 04:19:58 -0700 |
| commit | 8da212c11bc54bb78950988f5980c78161af8573 (patch) | |
| tree | b2ea3f0019291f90a73da739a389ce30dd25eb5b /test/behavior/enum.zig | |
| parent | 046001a34a070dffa6230ccbd8f1571e0b1c1240 (diff) | |
| download | zig-8da212c11bc54bb78950988f5980c78161af8573.tar.gz zig-8da212c11bc54bb78950988f5980c78161af8573.zip | |
riscv: update tests and fix reuse bug
Diffstat (limited to 'test/behavior/enum.zig')
| -rw-r--r-- | test/behavior/enum.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/enum.zig b/test/behavior/enum.zig index 32d291e4fd..354d74c4a6 100644 --- a/test/behavior/enum.zig +++ b/test/behavior/enum.zig @@ -1219,8 +1219,6 @@ test "enum tag from a local variable" { } test "auto-numbered enum with signed tag type" { - if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; - const E = enum(i32) { a, b }; try std.testing.expectEqual(@as(i32, 0), @intFromEnum(E.a)); |
