We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476d16b commit ae6fe19Copy full SHA for ae6fe19
tfel-check/src/TestLauncher.cxx
@@ -260,11 +260,8 @@ namespace tfel {
260
this->readSpecifiedToken("TestLauncher::treatTest", "}");
261
return std::make_pair(f, c);
262
};
263
- this->readSpecifiedToken("TestLauncher::treatTest", "{");
264
const auto p1 = getFileAndColumn();
265
- this->readSpecifiedToken("TestLauncher::treatTest", ",");
266
const auto p2 = getFileAndColumn();
267
- this->readSpecifiedToken("TestLauncher::treatTest", "}");
268
auto test = make_test();
269
test->setFileA(p1.first);
270
test->setColA(p1.second);
0 commit comments