Revert "move to stage2 (#781)" (#783)

This reverts commit 29679ee6f8.
This commit is contained in:
Auguste Rame
2022-11-25 19:18:32 -05:00
committed by GitHub
parent aa14772cfe
commit 369b851dc7
2 changed files with 3 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ test "ComptimeInterpreter - basic test" {
_ = try interpreter.interpret(0, null, .{});
var bool_type = try interpreter.createType(std.math.maxInt(std.zig.Ast.Node.Index), .{ .@"bool" = {} });
var bool_type = try interpreter.createType(std.math.maxInt(std.zig.Ast.Node.Index), .{ .@"bool" = .{} });
var arg_false = ComptimeInterpreter.Value{
.interpreter = &interpreter,
.node_idx = std.math.maxInt(std.zig.Ast.Node.Index),