Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7f67d0

Browse files
author
kr-2003
committed
Formatting changes
1 parent 4ef0b03 commit d7f67d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/unittests/Interpreter/OutOfProcessInterpreterTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ TEST_F(InterpreterTestBase, SanityWithRemoteExecution) {
174174

175175
std::string OrcRuntimePath = getOrcRuntimePath();
176176
std::string ExecutorPath = getExecutorPath();
177-
177+
178178
if (!llvm::sys::fs::exists(OrcRuntimePath) ||
179179
!llvm::sys::fs::exists(ExecutorPath))
180180
GTEST_SKIP();

0 commit comments

Comments
 (0)