Test fix.

This commit is contained in:
Christoffer Lerno
2025-07-16 00:22:28 +02:00
parent f99b903d78
commit 078ce38c57

View File

@@ -15,9 +15,9 @@ fn int main()
char[] some_slice = "abcdefg";
char* ref = op - ((ctrl & 31) << 8) - 1;
char* ref = op - ((ctrl & 31) << 8) - 1; // #error: conversion requires an explicit cast
if (@unlikely_that_this_is_false(null < ref)) test(); // #error: conversion requires an explicit cast
if (@unlikely_that_this_is_false(null < ref)) test();
test();
return 0;
}