Skip to content

Commit 6960a0c

Browse files
committed
debug 2
1 parent 8f33899 commit 6960a0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_xcpp_kernel.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ class XCppTests(jupyter_kernel_test.KernelTests):
135135
#include <omp.h>
136136
#include <iostream>
137137
#include <clang/Interpreter/CppInterOp.h>
138-
bool library_loaded=Cpp::LoadLibrary("/home/runner/micromamba/envs/xeus-cpp/libomp.so");
139-
std::cerr<<library_loaded<<std::endl;
138+
std::cerr<<Cpp::LoadLibrary("/home/runner/micromamba/envs/xeus-cpp/libomp.so")<<std::endl;
140139
"""
141140
def test_xcpp_omp(self):
142141
self.flush_channels()

0 commit comments

Comments
 (0)