Add tests for binary integer literal constants
This commit is contained in:
parent
1bfe88eeda
commit
c759da250f
2 changed files with 13 additions and 0 deletions
|
|
@ -14,3 +14,12 @@ if cvar.b4 != 4:
|
|||
|
||||
if cvar.b5 != 5:
|
||||
raise RuntimeError
|
||||
|
||||
if b6 != 6:
|
||||
raise RuntimeError
|
||||
|
||||
if b7 != 7:
|
||||
raise RuntimeError
|
||||
|
||||
if b8 != 8:
|
||||
raise RuntimeError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue