leo/tests/expectations/compiler/integers/u8/min_fail.out
Pranav Gaddamadugu 4266ba28c1 more wip
2022-09-06 12:13:32 -07:00

6 lines
211 B
Plaintext

---
namespace: Compile
expectation: Fail
outputs:
- "Error [ETYC0372008]: The value -1 is not a valid `u8`\n --> compiler-test:4:19\n |\n 4 | const a: u8 = -1u8;\n | ^^^^\n"