* gcc.dg/cpp/cmdlne-C.c: Fix typo.

From-SVN: r34958
This commit is contained in:
Neil Booth 2000-07-11 13:51:39 +00:00 committed by Neil Booth
parent 745ef6d6ec
commit 9e88fd4a0b
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2000-07-11 Neil Booth <NeilB@earthling.net>
* gcc.dg/cpp/cmdlne-C.c: Fix typo.
2000-07-11 Neil Booth <NeilB@earthling.net>
* gcc.dg/cpp/cmdlne-C.c: New.

View File

@ -23,8 +23,8 @@
#error not_a_macro is!
#endif
/* Check obj_like2 doesn't expect arguments, and fun_like does. */
obj_like2
/* Check obj_like doesn't expect arguments, and fun_like does. */
obj_like
fun_like (foo, bar)
/* Check OK to redefine fun_like without comments in the params. */