aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/compile_log.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2024-07-11 11:28:58 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2024-07-13 04:47:38 -0400
commit2ff49751aa932a6c0a0a09b8fd15e05ca6288c9b (patch)
tree063c28d109180173532a5318fae2428675242030 /test/cases/compile_errors/compile_log.zig
parenta1053e8e1d961ba92ce83a8ef5470ac7f7e92e60 (diff)
downloadzig-2ff49751aa932a6c0a0a09b8fd15e05ca6288c9b.tar.gz
zig-2ff49751aa932a6c0a0a09b8fd15e05ca6288c9b.zip
Compilation: introduce work stages for better work distribution
Diffstat (limited to 'test/cases/compile_errors/compile_log.zig')
-rw-r--r--test/cases/compile_errors/compile_log.zig4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cases/compile_errors/compile_log.zig b/test/cases/compile_errors/compile_log.zig
index ac89cfd1b3..bbc4b82657 100644
--- a/test/cases/compile_errors/compile_log.zig
+++ b/test/cases/compile_errors/compile_log.zig
@@ -17,14 +17,14 @@ export fn baz() void {
// target=native
//
// :6:5: error: found compile log statement
-// :12:5: note: also here
// :6:5: note: also here
+// :12:5: note: also here
//
// Compile Log Output:
// @as(*const [5:0]u8, "begin")
// @as(*const [1:0]u8, "a"), @as(i32, 12), @as(*const [1:0]u8, "b"), @as([]const u8, "hi"[0..2])
// @as(*const [3:0]u8, "end")
-// @as(comptime_int, 4)
// @as(*const [5:0]u8, "begin")
// @as(*const [1:0]u8, "a"), @as(i32, [runtime value]), @as(*const [1:0]u8, "b"), @as([]const u8, [runtime value])
// @as(*const [3:0]u8, "end")
+// @as(comptime_int, 4)