| ... | ... | @@ -96,7 +96,7 @@ fn testZigInitExe(zig_exe: []const u8, dir_path: []const u8) !void { |
| 96 | 96 | assertOrPanic(std.mem.eql(u8, run_result.stderr, "All your base are belong to us.\n")); |
| 97 | 97 | } |
| 98 | 98 | |
| 99 | | fn testGodboltApi(zig_exe: []const u8, dir_path: []const u8) !void { |
| 99 | fn testGodboltApi(zig_exe: []const u8, dir_path: []const u8) error!void { |
| 100 | 100 | if (builtin.os != builtin.Os.linux or builtin.arch != builtin.Arch.x86_64) return; |
| 101 | 101 | |
| 102 | 102 | const example_zig_path = try os.path.join(a, dir_path, "example.zig"); |