Skip to content

Commit 7943ba7

Browse files
author
kr-2003
committed
testing
1 parent ce071ab commit 7943ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/unittests/Interpreter/InterpreterTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ createInterpreterWithRemoteExecution(const Args &ExtraArgs = {},
120120
std::string OOPExecutor = getExecutorPath();
121121
std::cout << "Executor Path: " << OOPExecutor << "\n";
122122
if (!llvm::sys::fs::exists(OOPExecutor)) {
123-
std::cerr << "Executor path does not exist: " << OOPExecutor << std::endl;
123+
std::cout << "Executor path does not exist: " << OOPExecutor << std::endl;
124124
return nullptr;
125125
}
126126

0 commit comments

Comments
 (0)