diff options
| author | Alexandros Naskos <alex_naskos@hotmail.com> | 2018-04-16 04:06:00 +0300 |
|---|---|---|
| committer | Alexandros Naskos <alex_naskos@hotmail.com> | 2018-04-16 04:06:00 +0300 |
| commit | 6492763befb40e65be3fca2bbb2c093997935746 (patch) | |
| tree | 9a42a76b08c32dbbe2cc560ac04a27295812573e | |
| parent | 1c85050dad6a7e1d486606205ca2eb2cd7028ef5 (diff) | |
| download | zig-6492763befb40e65be3fca2bbb2c093997935746.tar.gz zig-6492763befb40e65be3fca2bbb2c093997935746.zip | |
Fixed test build code
| -rw-r--r-- | test/tests.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tests.zig b/test/tests.zig index 19a4f82b74..c3c7bf9d4b 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -583,6 +583,7 @@ pub const CompileErrorContext = struct { Mode.Debug => {}, Mode.ReleaseSafe => zig_args.append("--release-safe") catch unreachable, Mode.ReleaseFast => zig_args.append("--release-fast") catch unreachable, + Mode.ReleaseSmall => zig_args.append("--release-small") catch unreachable, } warn("Test {}/{} {}...", self.test_index+1, self.context.test_index, self.name); |
