Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Forgot to "finish" the test.
  • Loading branch information
raff committed Oct 9, 2018
commit 5ea88b82633b6ccb836626850bfa66e2289ef6bb
2 changes: 2 additions & 0 deletions py/tests/complex.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@
doc="mul"
assert (3+4j) * 2 == 6+8j
assert (3+4j) * 2j == -8+6j

doc="finished"