We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae2d7d commit bcfdbaeCopy full SHA for bcfdbae
1 file changed
source/openpulse/tests/test_openpulse_parser.py
@@ -399,6 +399,7 @@ def test_permissive_parsing(capsys):
399
port xy_port;
400
port tx_port;
401
port rx_port;
402
+ extern port cx_port;
403
frame xy_frame = newframe(xy_port, 3714500000.0, 0);
404
frame tx_frame = newframe(tx_port, 7883050000.0, 0);
405
frame rx_frame = newframe(rx_port, 7883050000.0, 0);
0 commit comments