Skip to content
Snippets Groups Projects
Commit cef67365 authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

Fix failing test on roottest side.

parent 42f3cf90
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,6 @@ namespace cling {
StringRefPair pairFuncExt = pairPathFile.second.rsplit('.');
std::string expression = pairFuncExt.first.str() + "(" + args.str() + ")";
#if 0 // see roottest/root/io/evolution/libint.log
// Check if there is a function named after the file.
const cling::Transaction* T = m_Interpreter.getLastTransaction();
assert(T);
......@@ -149,7 +148,6 @@ namespace cling {
}
} // FIXME: else no function to call!
}
#endif
if (m_Interpreter.echo(expression, result) != Interpreter::kSuccess)
actionResult = AR_Failure;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment