Commit 3a8777a8bb

Veikka Tuominen <git@vexu.eu>
2022-10-12 15:10:57
fix hyphenation in test case
Follow up to 51d9db856978610c24b3fed50a9550455a2eb64b
1 parent 562ac8b
Changed files (1)
test
test/cases/compile_errors/stage1/obj/runtime_value_in_switch_prong.zig → test/cases/compile_errors/runtime_value_in_switch_prong.zig
@@ -11,4 +11,4 @@ pub export fn entry() void {
 // target=native
 //
 // :4:9: error: unable to resolve comptime value
-// :4:9: note: switch prong values must be comptime known
+// :4:9: note: switch prong values must be comptime-known