aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors.zig
diff options
context:
space:
mode:
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 57e2504e5e..623e1e9ccc 100644
--- a/test/compile_errors.zig
+++ b/test/compile_errors.zig
@@ -203,7 +203,7 @@ pub fn addCases(cases: *tests.CompileErrorContext) void {
\\const InvalidToken = struct {};
\\const ExpectedVarDeclOrFn = struct {};
,
- "tmp.zig:4:9: error: not an enum type",
+ "tmp.zig:4:9: error: expected type '@TagType(Error)', found 'type'",
);
cases.addTest(