Skip to content

Commit

Permalink
Process duration ast first
Browse files Browse the repository at this point in the history
  • Loading branch information
jcjaskula-aws committed Aug 11, 2023
1 parent 19978a1 commit a53b3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_directives.py
Original file line number Diff line number Diff line change
Expand Up @@ -1540,8 +1540,8 @@ def _to_oqpy_expression(self):
"""
OPENQASM 3.0;
duration a1 = 100.0ns;
frame f1;
duration a2 = 100.0ns;
frame f1;
a1 = 2;
delay[a2] f1;
"""
Expand Down

0 comments on commit a53b3ca

Please sign in to comment.