forked from M-Labs/artiq
Commit missing part of b4e3c30d
.
This commit is contained in:
parent
0d5fd1e83d
commit
742e273441
|
@ -2,4 +2,9 @@
|
|||
# RUN: %python %s
|
||||
|
||||
assert "xy" == "xy"
|
||||
assert not ("xy" == "xz")
|
||||
|
||||
assert "xy" != "xz"
|
||||
assert not ("xy" != "xy")
|
||||
|
||||
assert ("x" + "y") == "xy"
|
||||
|
|
Loading…
Reference in New Issue