aboutsummaryrefslogtreecommitdiff
path: root/src-self-hosted/test.zig
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2018-07-22 23:27:58 -0400
committerAndrew Kelley <superjoe30@gmail.com>2018-07-22 23:28:53 -0400
commit93e78ee72259b98840f63db0ad87fdddb071e384 (patch)
treeb8d0481cf68d4d87fc12be637597e591597d9fe2 /src-self-hosted/test.zig
parent58c5f94a99a78346286065bbf390e4c30be1b707 (diff)
downloadzig-93e78ee72259b98840f63db0ad87fdddb071e384.tar.gz
zig-93e78ee72259b98840f63db0ad87fdddb071e384.zip
self-hosted can compile libc hello world
Diffstat (limited to 'src-self-hosted/test.zig')
-rw-r--r--src-self-hosted/test.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src-self-hosted/test.zig b/src-self-hosted/test.zig
index 45e5362124..d3541c73b6 100644
--- a/src-self-hosted/test.zig
+++ b/src-self-hosted/test.zig
@@ -14,6 +14,7 @@ test "compile errors" {
defer ctx.deinit();
try @import("../test/stage2/compile_errors.zig").addCases(&ctx);
+ //try @import("../test/stage2/compare_output.zig").addCases(&ctx);
try ctx.run();
}