revert test file

This commit is contained in:
2026-02-26 00:43:39 +02:00
parent 7006c814b9
commit 1caafdb4ce

View File

@@ -1,7 +1,3 @@
test "zig0 test suite" {
_ = @import("tokenizer_test.zig");
_ = @import("parser_test.zig");
_ = @import("astgen_test.zig");
_ = @import("sema_test.zig");
_ = @import("stages_test.zig");
test {
_ = @import("stage0/test_all.zig");
}