alien.cxx.syntax: fix tests

Jeremy Hughes 2009-07-25 16:57:12 +12:00
parent 91b6958a09
commit 0d5aa88c79
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ COMPILE-AS-C++
C-INCLUDE: <cstring>
RAW-C:
<RAW-C
class alpha {
public:
alpha(const char* s) {
@ -68,7 +68,7 @@ class beta : alpha {
return str + 2;
};
};
;
RAW-C>
C++-CLASS: alpha c++-root
C++-CLASS: beta alpha