Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed May 24, 2019
1 parent 3526c16 commit 40712c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_expressions.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ANDCircuit(m.Circuit):
def definition(io):
io.I0_out <= io.I0
io.I1_out <= io.I1
io.O <= io.I0 & io.I1
io.O <= io.I0 & io.I1

tester = fault.Tester(ANDCircuit)
for _ in range(5):
Expand Down

0 comments on commit 40712c6

Please sign in to comment.