| ... | ... | @@ -193,7 +193,7 @@ pub fn addCases(cases: *tests.CompileErrorContext) void { |
| 193 | 193 | "tmp.zig:5:14: error: unable to perform 'never_inline' call at compile-time", |
| 194 | 194 | "tmp.zig:8:14: error: unable to perform 'never_tail' call at compile-time", |
| 195 | 195 | "tmp.zig:11:5: error: no-inline call of inline function", |
| 196 | | "tmp.zig:15:43: error: unable to evaluate constant expression", |
| 196 | "tmp.zig:15:5: error: the specified modifier requires a comptime-known function", |
| 197 | 197 | }); |
| 198 | 198 | |
| 199 | 199 | cases.add("exported async function", |