create mode 100644 test/cases/compile_errors/comptime_slice-sentinel_does_not_match_memory_at_target_index_terminated.zig create mode 100644 test/cases/compile_errors/comptime_slice-sentinel_does_not_match_memory_at_target_index_unterminated.zig create mode 100644 test/cases/compile_errors/comptime_slice-sentinel_does_not_match_target-sentinel.zig create mode 100644 test/cases/compile_errors/comptime_slice-sentinel_is_out_of_bounds_terminated.zig create mode 100644 test/cases/compile_errors/comptime_slice-sentinel_is_out_of_bounds_unterminated.zig create mode 100644 test/cases/compile_errors/comptime_slice_of_an_undefined_slice.zig delete mode 100644 test/cases/compile_errors/stage1/obj/comptime_slice-sentinel_does_not_match_memory_at_target_index_terminated.zig delete mode 100644 test/cases/compile_errors/stage1/obj/comptime_slice-sentinel_does_not_match_memory_at_target_index_unterminated.zig delete mode 100644 test/cases/compile_errors/stage1/obj/comptime_slice-sentinel_does_not_match_target-sentinel.zig delete mode 100644 test/cases/compile_errors/stage1/obj/comptime_slice-sentinel_is_out_of_bounds_terminated.zig delete mode 100644 test/cases/compile_errors/stage1/obj/comptime_slice-sentinel_is_out_of_bounds_unterminated.zig delete mode 100644 test/cases/compile_errors/stage1/obj/comptime_slice_of_an_undefined_slice.zig