glcpp/tests: Update 063-comments.c.expected to match output.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 3 Mar 2011 07:26:24 +0000 (23:26 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 3 Mar 2011 18:42:37 +0000 (10:42 -0800)
The expected result has been out of sync with what glcpp produces for
some time; glcpp's actual result seems to be correct and is very close to
GCC's cpp.  Updating this will make it easier to catch regressions in
upcoming commits.

src/glsl/glcpp/tests/063-comments.c.expected

index ed4feed..73ca707 100644 (file)
@@ -5,8 +5,15 @@ f = g /h;
  l();
 m = n
 + p;
+
+
+
+
+
+
  
 more code here
+
  
 are not treated like comments.