aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors.zig
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2018-06-01 00:07:40 -0400
committerAndrew Kelley <superjoe30@gmail.com>2018-06-01 00:17:31 -0400
commit019217d7a23bee69bd5ceb38aeeb5f689d5c2a9c (patch)
tree4fea2ee348cbbb08f4a6f81ddc7437574e475617 /test/compile_errors.zig
parent2f614c42fe4f28e5adda8163bd50d6d3507d6353 (diff)
downloadzig-019217d7a23bee69bd5ceb38aeeb5f689d5c2a9c.tar.gz
zig-019217d7a23bee69bd5ceb38aeeb5f689d5c2a9c.zip
fix regressions
Diffstat (limited to 'test/compile_errors.zig')
-rw-r--r--test/compile_errors.zig2
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",