]> gitweb.factorcode.org Git - factor.git/commitdiff
alien.cxx.syntax: fix tests
authorJeremy Hughes <jedahu@gmail.com>
Sat, 25 Jul 2009 04:57:12 +0000 (16:57 +1200)
committerJeremy Hughes <jedahu@gmail.com>
Sat, 25 Jul 2009 04:57:12 +0000 (16:57 +1200)
extra/alien/cxx/syntax/syntax-tests.factor

index 24f685a1974cf7650637608d1e41882294805dce..b8b08515decaf61de83b77737fec3799af3c4157 100644 (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