leo/tests/expectations/compiler/integers/u64/max_fail.out
Pranav Gaddamadugu e1a148a93e Regen expectations
2022-10-05 23:52:37 -07:00

6 lines
278 B
Plaintext

---
namespace: Compile
expectation: Fail
outputs:
- "Error [ETYC0372008]: The value 18446744073709551616 is not a valid `u64`\n --> compiler-test:5:24\n |\n 5 | const a: u64 = 18446744073709551616u64;\n | ^^^^^^^^^^^^^^^^^^^^^^^\n"