From 3370c5f90b537771d73af7783434c0758ea5de29 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Thu, 17 Jun 2010 14:49:40 -0700 Subject: glcpp/tests: Add extra newline at the end of expected output. This newline at EOF is harmless and generated by the previous commit. --- glcpp/tests/099-c99-example.c.expected | 1 + 1 file changed, 1 insertion(+) (limited to 'glcpp/tests/099-c99-example.c.expected') 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, }; + -- cgit v1.2.3