diff options
| author | mlugg <mlugg@mlugg.co.uk> | 2024-12-30 01:56:48 +0000 |
|---|---|---|
| committer | mlugg <mlugg@mlugg.co.uk> | 2024-12-31 09:55:04 +0000 |
| commit | 9ff80d7950a720cf80294ceaec54cc33d22f8871 (patch) | |
| tree | f0ce20049b120f23316ff5a2b5756c71f30036e1 /test/cases/compile_errors/asm_at_compile_time.zig | |
| parent | 07b936c95fb460c1b71b0b246ba1576167442721 (diff) | |
| download | zig-9ff80d7950a720cf80294ceaec54cc33d22f8871.tar.gz zig-9ff80d7950a720cf80294ceaec54cc33d22f8871.zip | |
cases: update to new compile error wordings
Diffstat (limited to 'test/cases/compile_errors/asm_at_compile_time.zig')
| -rw-r--r-- | test/cases/compile_errors/asm_at_compile_time.zig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cases/compile_errors/asm_at_compile_time.zig b/test/cases/compile_errors/asm_at_compile_time.zig index 49624d6805..1d588a7df4 100644 --- a/test/cases/compile_errors/asm_at_compile_time.zig +++ b/test/cases/compile_errors/asm_at_compile_time.zig @@ -15,4 +15,5 @@ fn doSomeAsm() void { // target=native // // :6:5: error: unable to evaluate comptime expression -// :2:14: note: called from here +// :2:14: note: called at comptime from here +// :1:1: note: 'comptime' keyword forces comptime evaluation |
