leo/tests/expectations/compiler/address/gte_fail.out

6 lines
233 B
Plaintext
Raw Normal View History

2022-07-03 04:15:18 +03:00
---
namespace: Compile
expectation: Fail
outputs:
2022-07-20 21:19:00 +03:00
- "Error [ETYC0372021]: Comparison `>=` is not supported for the address type.\n --> compiler-test:6:12\n |\n 6 | return x >= sender;\n | ^^^^^^^^^^^\n"