diff options
author | Carl Worth <cworth@cworth.org> | 2010-06-02 15:59:45 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-06-02 15:59:45 -0700 |
commit | 5ae88af9886b4b7bf486cbc0d10a9bab6456165f (patch) | |
tree | f3d1bc0b6b4efaa9fc164ec17bb1c76aa2f7bd45 /tests/046-if-1-elsif.c.expected | |
parent | 14c98a56442a076a831aee85e9b3e54d934ec360 (diff) |
test suite: Add expected output for every test.
Rather than using the (munged) output of "gcc -E" we now capture
precisely the output we expect from every test case. This allows us to
stay immune from strange output from gcc (unpredictable whitespace
output---aprticularly with different gcc versions).
This will also allow us to write tests that capture expected error
messages from the preprocessor as well.
Diffstat (limited to 'tests/046-if-1-elsif.c.expected')
-rw-r--r-- | tests/046-if-1-elsif.c.expected | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/046-if-1-elsif.c.expected b/tests/046-if-1-elsif.c.expected new file mode 100644 index 0000000000..a4995713ca --- /dev/null +++ b/tests/046-if-1-elsif.c.expected @@ -0,0 +1,11 @@ +success_1 + +success_2 + + + + + + + +success_3 |