]> ocean-lang.org Git - ocean/blobdiff - csrc/oceani.mdc
oceani: remove all UNTESTED again.
[ocean] / csrc / oceani.mdc
index ca59924a22b9365e94a47c7d014c21528684aff8..e16d56fdc80e5444b518cf6b847af34aa30d97dd 100644 (file)
@@ -4576,7 +4576,7 @@ the common header for all reductions to use.
 
        ComplexStatements -> ComplexStatements ComplexStatement ${
                if ($2 == NULL) {
-                       $0 = $<1;
+                       $0 = $<1;       // NOTEST - impossible
                } else {
                        $0 = new(binode);
                        $0->op = Block;
@@ -4586,7 +4586,7 @@ the common header for all reductions to use.
        }$
        | ComplexStatement ${
                if ($1 == NULL) {
-                       $0 = NULL;
+                       $0 = NULL;      // NOTEST - impossible
                } else {
                        $0 = new(binode);
                        $0->op = Block;