diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-06-01 00:07:40 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2018-06-01 00:17:31 -0400 |
| commit | 019217d7a23bee69bd5ceb38aeeb5f689d5c2a9c (patch) | |
| tree | 4fea2ee348cbbb08f4a6f81ddc7437574e475617 /test/compile_errors.zig | |
| parent | 2f614c42fe4f28e5adda8163bd50d6d3507d6353 (diff) | |
| download | zig-019217d7a23bee69bd5ceb38aeeb5f689d5c2a9c.tar.gz zig-019217d7a23bee69bd5ceb38aeeb5f689d5c2a9c.zip | |
fix regressions
Diffstat (limited to 'test/compile_errors.zig')
| -rw-r--r-- | test/compile_errors.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compile_errors.zig b/test/compile_errors.zig index 1297ed29ab..132dc8cd80 100644 --- a/test/compile_errors.zig +++ b/test/compile_errors.zig @@ -3232,7 +3232,7 @@ pub fn addCases(cases: *tests.CompileErrorContext) void { \\ fn bar(self: *const Foo) void {} \\}; , - ".tmp_source.zig:4:4: error: variable of type '*const (integer literal)' must be const or comptime", + ".tmp_source.zig:4:4: error: variable of type '*(integer literal)' must be const or comptime", ".tmp_source.zig:7:4: error: variable of type '(undefined)' must be const or comptime", ".tmp_source.zig:8:4: error: variable of type '(integer literal)' must be const or comptime", ".tmp_source.zig:9:4: error: variable of type '(float literal)' must be const or comptime", |
