From 54b11f66a960ba8f91697ede36b31934f05acfee Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Mon, 13 Jan 2020 08:49:32 +0100 Subject: [PATCH] Fix compiler-error regression --- test/compile_errors.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/compile_errors.zig b/test/compile_errors.zig index 910568d25d..5ec93c3b6a 100644 --- a/test/compile_errors.zig +++ b/test/compile_errors.zig @@ -193,7 +193,7 @@ pub fn addCases(cases: *tests.CompileErrorContext) void { "tmp.zig:5:14: error: unable to perform 'never_inline' call at compile-time", "tmp.zig:8:14: error: unable to perform 'never_tail' call at compile-time", "tmp.zig:11:5: error: no-inline call of inline function", - "tmp.zig:15:43: error: unable to evaluate constant expression", + "tmp.zig:15:5: error: the specified modifier requires a comptime-known function", }); cases.add("exported async function",