diff --git a/synthesizer/tests/expectations/parser/instruction/instruction_pass.out b/synthesizer/tests/expectations/parser/instruction/instruction_pass.out index 7de1861e4b..add2fafbe9 100644 --- a/synthesizer/tests/expectations/parser/instruction/instruction_pass.out +++ b/synthesizer/tests/expectations/parser/instruction/instruction_pass.out @@ -62,3 +62,4 @@ - Parsing was successful. - Parsing was successful. - Parsing was successful. +- Parsing was successful. diff --git a/synthesizer/tests/expectations/parser/instruction/operand_pass.out b/synthesizer/tests/expectations/parser/instruction/operand_pass.out index df4a409fbc..ca15d75f4c 100644 --- a/synthesizer/tests/expectations/parser/instruction/operand_pass.out +++ b/synthesizer/tests/expectations/parser/instruction/operand_pass.out @@ -18,3 +18,4 @@ - Parsing was successful. - Parsing was successful. - Parsing was successful. +- Parsing was successful. diff --git a/synthesizer/tests/tests/parser/instruction/instruction_pass.aleo b/synthesizer/tests/tests/parser/instruction/instruction_pass.aleo index f5d2aafa1e..f0df1195e9 100644 --- a/synthesizer/tests/tests/parser/instruction/instruction_pass.aleo +++ b/synthesizer/tests/tests/parser/instruction/instruction_pass.aleo @@ -7,6 +7,7 @@ and r0 r1 into r2; assert.eq r0 r1; assert.neq r0 r1; assert.eq block.height block.height; +assert.eq network.id network.id; call foo; call foo r0; call foo r0 into r1; diff --git a/synthesizer/tests/tests/parser/instruction/operand_pass.aleo b/synthesizer/tests/tests/parser/instruction/operand_pass.aleo index 4009a2eb87..14c0ff455e 100644 --- a/synthesizer/tests/tests/parser/instruction/operand_pass.aleo +++ b/synthesizer/tests/tests/parser/instruction/operand_pass.aleo @@ -1,5 +1,6 @@ assert.eq self.caller self.caller; assert.eq block.height block.height; +assert.eq network.id network.id; assert.eq r88 r101; assert.eq hello.aleo goodbye.aleo; assert.eq aleo1dg722m22fzpz6xjdrvl9tzu5t68zmypj5p74khlqcac0gvednygqxaax0j aleo1dg722m22fzpz6xjdrvl9tzu5t68zmypj5p74khlqcac0gvednygqxaax0j;