summaryrefslogtreecommitdiff
path: root/tests/049-if-expression-precedence.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-05-26 09:32:57 -0700
committerCarl Worth <cworth@cworth.org>2010-05-26 09:33:23 -0700
commitf6914fd37b2b66d7be1ba0c31450d89d1785ccce (patch)
treefa6636662a63e2675a5173e772ac253016fa8fe8 /tests/049-if-expression-precedence.c
parent8fed1cddae8b024972d0c08f120bfd0292cb9cca (diff)
Implement #if and friends.
With this change, tests 41 through 49 all pass. (The defined operator appears to be somehow broken so that test 50 doesn't pass yet.)
Diffstat (limited to 'tests/049-if-expression-precedence.c')
-rw-r--r--tests/049-if-expression-precedence.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/049-if-expression-precedence.c b/tests/049-if-expression-precedence.c
index cea935220f..833ea03882 100644
--- a/tests/049-if-expression-precedence.c
+++ b/tests/049-if-expression-precedence.c
@@ -3,4 +3,3 @@ failure with operator precedence
#else
success
#endif
-