Skip to content

Commit

Permalink
Merge pull request #338 from 0xPolygonHermez/fix/diagnostic-helpers-test
Browse files Browse the repository at this point in the history
remove fulltracer helpers tests on diagnostic
  • Loading branch information
zkronos73 authored Apr 17, 2024
2 parents 6fb4505 + 0547fed commit 976c2cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/diagnostic/command/helpers.zkasm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
; ${getTxsLen()}
; ${getSmtProof()}

$${eventLog(onError, SomeCommonIssue)}
; $${eventLog(onError, SomeCommonIssue)}

; TODO: Fix it
; 3 => B
Expand Down Expand Up @@ -64,14 +64,14 @@
; ${comp()}
; ${loadScalar()}

${log(A,Register)}
; ${log(A,Register)}

${exp(2,3)} => A
8 :ASSERT

$${storeLog(3, 0, A)}
; $${storeLog(3, 0, A)}

${break()}
; ${break()}

${memAlignWR_W0(2631257310,7777,0)} => A
7777 :ASSERT
Expand Down

0 comments on commit 976c2cd

Please sign in to comment.