diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2010-06-17 14:49:40 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2010-06-21 11:31:55 -0700 |
commit | 3370c5f90b537771d73af7783434c0758ea5de29 (patch) | |
tree | f636c8236feca0bd0bd444d0560b56e6cd38a537 /glcpp/tests/099-c99-example.c.expected | |
parent | f82d6736487c45ec92596729b004b5a291e9abb6 (diff) |
glcpp/tests: Add extra newline at the end of expected output.
This newline at EOF is harmless and generated by the previous commit.
Diffstat (limited to 'glcpp/tests/099-c99-example.c.expected')
-rw-r--r-- | glcpp/tests/099-c99-example.c.expected | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glcpp/tests/099-c99-example.c.expected b/glcpp/tests/099-c99-example.c.expected index 352bbff48f..19be750555 100644 --- a/glcpp/tests/099-c99-example.c.expected +++ b/glcpp/tests/099-c99-example.c.expected @@ -14,3 +14,4 @@ f(2 * (y+1)) + f(2 * (f(2 * (z[0])))) % f(2 * (0)) + t(1); f(2 * (2 +(3,4)-0,1)) | f(2 * (~ 5)) & f(2 * (0,1))^m(0,1); int i[] = { 1, 23, 4, 5, }; + |