alien.cxx.syntax: fix tests
parent
f034be3c9e
commit
eabf32a32e
|
@ -40,7 +40,7 @@ COMPILE-AS-C++
|
||||||
|
|
||||||
C-INCLUDE: <cstring>
|
C-INCLUDE: <cstring>
|
||||||
|
|
||||||
RAW-C:
|
<RAW-C
|
||||||
class alpha {
|
class alpha {
|
||||||
public:
|
public:
|
||||||
alpha(const char* s) {
|
alpha(const char* s) {
|
||||||
|
@ -68,7 +68,7 @@ class beta : alpha {
|
||||||
return str + 2;
|
return str + 2;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
;
|
RAW-C>
|
||||||
|
|
||||||
C++-CLASS: alpha c++-root
|
C++-CLASS: alpha c++-root
|
||||||
C++-CLASS: beta alpha
|
C++-CLASS: beta alpha
|
||||||
|
|
Loading…
Reference in New Issue