aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/runtime_indexing_comptime_array.zig
diff options
context:
space:
mode:
Diffstat (limited to 'test/cases/compile_errors/runtime_indexing_comptime_array.zig')
-rw-r--r--test/cases/compile_errors/runtime_indexing_comptime_array.zig6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/cases/compile_errors/runtime_indexing_comptime_array.zig b/test/cases/compile_errors/runtime_indexing_comptime_array.zig
index e2244944a5..ec5f8610eb 100644
--- a/test/cases/compile_errors/runtime_indexing_comptime_array.zig
+++ b/test/cases/compile_errors/runtime_indexing_comptime_array.zig
@@ -24,9 +24,9 @@ pub export fn entry3() void {
// target=native
// backend=stage2
//
-// :7:10: error: values of type '[2]fn() void' must be comptime-known, but index value is runtime known
+// :7:10: error: values of type '[2]fn() void' must be comptime-known, but index value is runtime-known
// :7:10: note: use '*const fn() void' for a function pointer type
-// :15:18: error: values of type '[2]fn() void' must be comptime-known, but index value is runtime known
+// :15:18: error: values of type '[2]fn() void' must be comptime-known, but index value is runtime-known
// :15:17: note: use '*const fn() void' for a function pointer type
-// :21:19: error: values of type '[2]fn() void' must be comptime-known, but index value is runtime known
+// :21:19: error: values of type '[2]fn() void' must be comptime-known, but index value is runtime-known
// :21:18: note: use '*const fn() void' for a function pointer type