Fix some nullptr dereferences on arm-linux-musleabhif

This commit is contained in:
Timon Kruiper
2020-04-01 20:38:32 +02:00
parent a5af78c376
commit d9cf779b47
2 changed files with 5 additions and 3 deletions

View File

@@ -1188,7 +1188,7 @@ pub fn addCases(cases: *tests.CompileErrorContext) void {
\\ suspend;
\\}
, &[_][]const u8{
"tmp.zig:3:5: error: expected type '*@Frame(bar)', found '*@Frame(foo)'",
"tmp.zig:3:13: error: expected type '*@Frame(bar)', found '*@Frame(foo)'",
});
cases.add("@Frame() of generic function",