Revert back comment test. Have to figure out how to test without vm
This commit is contained in:
parent
ca4380693e
commit
e62d204d57
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ extern "C" {
|
|||
#define BOOL true
|
||||
#define MATHEXPR (1 + 2/3*20 - 100)
|
||||
#define ANDEXPR (100 & 11000)
|
||||
//define CASTEXPR (int) 34
|
||||
#define CASTEXPR (int) 34
|
||||
|
||||
#define NULLCHAR '\0'
|
||||
#define OCTCHAR '\012'
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ assert BINEXPR == 5
|
|||
assert BOOL == true
|
||||
assert MATHEXPR == -99
|
||||
assert ANDEXPR == 96
|
||||
# assert CASTEXPR == 34.chr
|
||||
assert CASTEXPR == 34.chr
|
||||
|
||||
assert TRICKYSTR == "N\x1C\nfoo\x00\'\"\c\v\a\b\e\f\t\\\\?bar"
|
||||
assert NULLCHAR == '\0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue