leo/tests/expectations/compiler/address/gte_fail.out
2023-04-12 12:38:44 -07:00

6 lines
241 B
Plaintext

---
namespace: Compile
expectation: Fail
outputs:
- "Error [ETYC0372021]: Comparison `>=` is not supported for the address type.\n --> compiler-test:7:16\n |\n 7 | return x >= sender;\n | ^^^^^^^^^^^\n"