mirror of https://github.com/swig/swig
cpp20_spaceship_operator_runme.py: Check ALIEN value
This commit is contained in:
parent
e3cb10487b
commit
c496bc9d7b
|
@ -4,7 +4,7 @@ def check_equal(a, b):
|
|||
if a != b:
|
||||
raise RuntimeError("{} is not equal to {}".format(a, b))
|
||||
|
||||
# check_equal(ALIEN, true)
|
||||
check_equal(ALIEN, 1)
|
||||
check_equal(SPACE, 1)
|
||||
check_equal(COMET, 1)
|
||||
check_equal(cvar.v, 42)
|
||||
|
|
Loading…
Reference in New Issue