Fix grammar in error message

This commit is contained in:
daurnimator
2020-03-08 19:18:06 +11:00
parent 9e60c89601
commit b85bb152bf
2 changed files with 2 additions and 2 deletions

View File

@@ -1592,7 +1592,7 @@ pub fn addCases(cases: *tests.CompileErrorContext) void {
\\ var y: [*c]c_void = x;
\\}
, &[_][]const u8{
"tmp.zig:3:16: error: C pointers cannot point opaque types",
"tmp.zig:3:16: error: C pointers cannot point to opaque types",
});
cases.add("directly embedding opaque type in struct and union",