diff --git a/doc/langref/enum_export_error.zig b/doc/langref/enum_export_error.zig index 1056fb182a7ab7a1bcb3a16ef519cd8a0bd20bc1..a550c561b939ccf6fbc6beb1aaffd154390f4f89 100644 --- a/doc/langref/enum_export_error.zig +++ b/doc/langref/enum_export_error.zig @@ -3,4 +3,5 @@ export fn entry(foo: Foo) void { _ = foo; } -// obj=parameter of type 'enum_export_error.Foo' not allowed in function with calling convention 'C' +// obj=parameter of type 'enum_export_error.Foo' not allowed in function with calling convention 'x86_64_sysv' +// target=x86_64-linux