diff options
| author | Michael Dusan <michael.dusan@gmail.com> | 2021-06-05 17:18:22 -0400 |
|---|---|---|
| committer | Michael Dusan <michael.dusan@gmail.com> | 2021-06-05 22:08:36 -0400 |
| commit | 0bda8435e0a2cc977e2abdbc58ba4c9f3e8577c1 (patch) | |
| tree | 0e2eef3fa0f9866f6f39ed4d5c8f98c59a188819 /test/behavior/vector.zig | |
| parent | aecf4571baee21c5616f5f9c06d22f015a5d58cc (diff) | |
| download | zig-0bda8435e0a2cc977e2abdbc58ba4c9f3e8577c1.tar.gz zig-0bda8435e0a2cc977e2abdbc58ba4c9f3e8577c1.zip | |
test: re-enable dragonfly tests
Tests with LLVM assertions enabled are no longer failing.
closes #3563
Diffstat (limited to 'test/behavior/vector.zig')
| -rw-r--r-- | test/behavior/vector.zig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/behavior/vector.zig b/test/behavior/vector.zig index 4c723b4f9b..a41e0510c7 100644 --- a/test/behavior/vector.zig +++ b/test/behavior/vector.zig @@ -116,9 +116,6 @@ test "array to vector" { } test "vector casts of sizes not divisable by 8" { - // https://github.com/ziglang/zig/issues/3563 - if (std.Target.current.os.tag == .dragonfly) return error.SkipZigTest; - const S = struct { fn doTheTest() !void { { |
