diff options
Diffstat (limited to 'test/manual/cedet/tests/testsppreplaced.c')
-rw-r--r-- | test/manual/cedet/tests/testsppreplaced.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/manual/cedet/tests/testsppreplaced.c b/test/manual/cedet/tests/testsppreplaced.c index c359fa7d690..c98349174e5 100644 --- a/test/manual/cedet/tests/testsppreplaced.c +++ b/test/manual/cedet/tests/testsppreplaced.c @@ -55,14 +55,14 @@ int myFcn3 (int a, int b); /* TEST: Multiple args to a macro. */ struct ma_struct { int moose; int penguin; int emu; }; -/* TEST: Macro w/ args, but no body. */ +/* TEST: Macro with args, but no body. */ /* TEST: Not a macro with args, but close. */ int not_with_args_fcn (moose) { } -/* TEST: macro w/ continuation. */ +/* TEST: macro with continuation. */ int continuation_symbol () { }; /* TEST: macros in a macro - tail processing */ |