Removed space alignment and hex literals from test case check

ToString is not capable of producing this
This commit is contained in:
Sasha Koshka 2022-08-23 01:35:35 -04:00
parent 5dcf3b3d1a
commit aa84d9a429
1 changed files with 3 additions and 3 deletions

View File

@ -179,9 +179,9 @@ enum ro AffrontToGod:{Int 4}
3
4
enum ro NamedColor:U32
red 0xFF0000
green 0x00FF00
blue 0x0000FF
red 16711680
green 65280
blue 255
enum ro Weekday:Int
sunday
monday