From 52f4e934a963a5497bd5dd9834e6c419cd171ae4 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 10 Sep 2018 22:44:27 -0400 Subject: fix llvm assertion and missing compile error --- test/compile_errors.zig | 1 + 1 file changed, 1 insertion(+) (limited to 'test/compile_errors.zig') diff --git a/test/compile_errors.zig b/test/compile_errors.zig index 185ca62973..dda45a5897 100644 --- a/test/compile_errors.zig +++ b/test/compile_errors.zig @@ -1291,6 +1291,7 @@ pub fn addCases(cases: *tests.CompileErrorContext) void { \\ \\extern fn bar(x: *void) void { } , + ".tmp_source.zig:1:30: error: parameter of type '*void' has 0 bits; not allowed in function with calling convention 'ccc'", ".tmp_source.zig:7:18: error: parameter of type '*void' has 0 bits; not allowed in function with calling convention 'ccc'", ); -- cgit v1.2.3