C++: Remove 'flow' value from testcases

This commit is contained in:
Mathias Vorreiter Pedersen
2020-05-14 15:33:02 +02:00
parent 5f9b96cde9
commit 1c2b8563ae
14 changed files with 71 additions and 71 deletions

View File

@@ -19,7 +19,7 @@ public:
};
static void sinkWrap(Box2* b2) {
sink(b2->getBox1()->getElem()); // $ast=flow 28:15 $ast=flow 35:15 $ast=flow 42:15 $ast=flow 49:15 $f-:ir=flow
sink(b2->getBox1()->getElem()); // $ast=28:15 $ast=35:15 $ast=42:15 $ast=49:15 $f-:ir
}
Box2* boxfield;
@@ -61,6 +61,6 @@ public:
private:
void f5b() {
sink(boxfield->box->elem); // $ast=flow $f-:ir=flow
sink(boxfield->box->elem); // $ast $f-:ir
}
};