diff options
| author | Vexu <15308111+Vexu@users.noreply.github.com> | 2019-11-23 22:56:05 +0200 |
|---|---|---|
| committer | Vexu <15308111+Vexu@users.noreply.github.com> | 2019-11-23 22:57:34 +0200 |
| commit | b9ef36094c9ffc522def982c98abcb97cd067761 (patch) | |
| tree | 1e3a1265c7ce8e21f7b2f91213cf3f72e3ff4faa /test/stage2 | |
| parent | 6c64f079fa4a80949e0721e112a77a771239752d (diff) | |
| download | zig-b9ef36094c9ffc522def982c98abcb97cd067761.tar.gz zig-b9ef36094c9ffc522def982c98abcb97cd067761.zip | |
re-enable stage2 tests
Diffstat (limited to 'test/stage2')
| -rw-r--r-- | test/stage2/test.zig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/stage2/test.zig b/test/stage2/test.zig new file mode 100644 index 0000000000..f4768cd39a --- /dev/null +++ b/test/stage2/test.zig @@ -0,0 +1,6 @@ +const TestContext = @import("../../src-self-hosted/test.zig").TestContext; + +pub fn addCases(ctx: *TestContext) !void { + try @import("compile_errors.zig").addCases(ctx); + try @import("compare_output.zig").addCases(ctx); +} |
