glcpp/tests: Update 063-comments.c.expected to match output.
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.
This commit is contained in:
@@ -6,8 +6,15 @@ f = g /h;
|
|||||||
m = n
|
m = n
|
||||||
+ p;
|
+ p;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
more code here
|
more code here
|
||||||
|
|
||||||
|
|
||||||
are not treated like comments.
|
are not treated like comments.
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user