aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/stage2/compile_errors.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stage2/compile_errors.zig b/test/stage2/compile_errors.zig
index bfe4bf7d48..b324cdf5d5 100644
--- a/test/stage2/compile_errors.zig
+++ b/test/stage2/compile_errors.zig
@@ -70,7 +70,7 @@ pub fn addCases(ctx: *TestContext) !void {
);
// TODO: need to make sure this works with other variants of export.
- ctx.incrementalFailure("function redefinition", linux_x64,
+ ctx.incrementalFailure("exported symbol collision", linux_x64,
\\export fn entry() void {}
\\export fn entry() void {}
, &[_][]const u8{":2:11: error: redefinition of 'entry'"},