diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/cases/compile_errors/array_in_c_exported_function.zig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cases/compile_errors/array_in_c_exported_function.zig b/test/cases/compile_errors/array_in_c_exported_function.zig index e938b6afd4..0d31f69370 100644 --- a/test/cases/compile_errors/array_in_c_exported_function.zig +++ b/test/cases/compile_errors/array_in_c_exported_function.zig @@ -10,7 +10,7 @@ export fn zig_return_array() [10]u8 { // backend=stage2 // target=native // -// :1:21: error: parameter of type '[10]u8' not allowed in function with calling convention 'C' -// :1:21: note: arrays are not allowed as a parameter type +// :1:24: error: parameter of type '[10]u8' not allowed in function with calling convention 'C' +// :1:24: note: arrays are not allowed as a parameter type // :5:30: error: return type '[10]u8' not allowed in function with calling convention 'C' // :5:30: note: arrays are not allowed as a return type |
