diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-01-14 15:17:07 -0500 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2018-01-14 15:17:07 -0500 |
| commit | 793f031c4ca7fdd230ef262895acf3e454be49dd (patch) | |
| tree | fbc4de778931f6644388b9607a9830de34d04be5 /test/tests.zig | |
| parent | e7e7625633d4d6ef41b6f9cbf2f02d49945a9cda (diff) | |
| download | zig-793f031c4ca7fdd230ef262895acf3e454be49dd.tar.gz zig-793f031c4ca7fdd230ef262895acf3e454be49dd.zip | |
remove 32-bit windows from supported targets list
we still want to support it, but there are too many bugs
to claim that we support it right now.
See #537
Diffstat (limited to 'test/tests.zig')
| -rw-r--r-- | test/tests.zig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/tests.zig b/test/tests.zig index 20e1e94459..4969379a6d 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -42,11 +42,6 @@ const test_targets = []TestTarget { .arch = builtin.Arch.x86_64, .environ = builtin.Environ.msvc, }, - TestTarget { - .os = builtin.Os.windows, - .arch = builtin.Arch.i386, - .environ = builtin.Environ.msvc, - }, }; error TestFailed; |
