Disable; it fails roottest/root/io/evolution/libint.log.
This commit is contained in:
parent
14ee514d75
commit
43c4ef1026
@ -106,6 +106,7 @@ 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);
|
||||
@ -148,6 +149,7 @@ namespace cling {
|
||||
}
|
||||
} // FIXME: else no function to call!
|
||||
}
|
||||
#endif
|
||||
|
||||
if (m_Interpreter.echo(expression, result) != Interpreter::kSuccess)
|
||||
actionResult = AR_Failure;
|
||||
|
Loading…
x
Reference in New Issue
Block a user