diff --git a/tests/complex/test.cpp b/tests/complex/test.cpp index ee137fb..2c63902 100644 --- a/tests/complex/test.cpp +++ b/tests/complex/test.cpp @@ -18,8 +18,6 @@ int main() { g["Number" ] << "'-'? [0-9]+ ('.' [0-9]+)?" >> [](auto e){ return stof(e.string()); }; g.setStart(g["Sum"]); - // Execute a string - // create an event lars::Event onResult; onResult.connect([&](float v){ result = !(int(v) == 5); });