cpp20_spaceship_operator_runme.py: Check ALIEN value

This commit is contained in:
Olly Betts 2022-08-04 11:32:24 +12:00
parent e3cb10487b
commit c496bc9d7b
1 changed files with 1 additions and 1 deletions

View File

@ -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)