alien.cxx.syntax: fix tests

db4
Jeremy Hughes 2009-07-25 16:57:12 +12:00
parent f034be3c9e
commit eabf32a32e
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