mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-02 10:14:53 +03:00
23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
---
|
|
namespace: Execute
|
|
expectation: Pass
|
|
outputs:
|
|
- - initial_ast: e384bbb19d9c6c31a1f7793869f62db14b66859be16bc50c89cbbbd392010ea8
|
|
unrolled_ast: e384bbb19d9c6c31a1f7793869f62db14b66859be16bc50c89cbbbd392010ea8
|
|
ssa_ast: e384bbb19d9c6c31a1f7793869f62db14b66859be16bc50c89cbbbd392010ea8
|
|
flattened_ast: e384bbb19d9c6c31a1f7793869f62db14b66859be16bc50c89cbbbd392010ea8
|
|
inlined_ast: e384bbb19d9c6c31a1f7793869f62db14b66859be16bc50c89cbbbd392010ea8
|
|
dce_ast: e384bbb19d9c6c31a1f7793869f62db14b66859be16bc50c89cbbbd392010ea8
|
|
bytecode: 65dc5b6d2517bf5b8da9b0947b784d4142cc1214a64c4cd7e2a80d3831b2167e
|
|
warnings: ""
|
|
results:
|
|
main:
|
|
- input: "[0u32, 1u32]"
|
|
output: "SnarkVMError(Failed to evaluate instruction (assert.eq r0 r1 ;): 'assert.eq' failed: '0u32' is not equal to '1u32' (should be equal))"
|
|
- input: "[1u32, 1u32]"
|
|
output: "[]"
|
|
- input: "[1u32, 2u32]"
|
|
output: "SnarkVMError(Failed to evaluate instruction (assert.eq r0 r1 ;): 'assert.eq' failed: '1u32' is not equal to '2u32' (should be equal))"
|
|
- input: "[2u32, 2u32]"
|
|
output: "[]"
|