mirror of https://github.com/m-labs/artiq.git
Commit missing part of b4e3c30d
.
This commit is contained in:
parent
d11f66291c
commit
4c65fb79b9
|
@ -2,4 +2,9 @@
|
||||||
# RUN: %python %s
|
# RUN: %python %s
|
||||||
|
|
||||||
assert "xy" == "xy"
|
assert "xy" == "xy"
|
||||||
|
assert not ("xy" == "xz")
|
||||||
|
|
||||||
|
assert "xy" != "xz"
|
||||||
|
assert not ("xy" != "xy")
|
||||||
|
|
||||||
assert ("x" + "y") == "xy"
|
assert ("x" + "y") == "xy"
|
||||||
|
|
Loading…
Reference in New Issue