We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f33899 commit 6960a0cCopy full SHA for 6960a0c
test/test_xcpp_kernel.py
@@ -135,8 +135,7 @@ class XCppTests(jupyter_kernel_test.KernelTests):
135
#include <omp.h>
136
#include <iostream>
137
#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;
+ std::cerr<<Cpp::LoadLibrary("/home/runner/micromamba/envs/xeus-cpp/libomp.so")<<std::endl;
140
"""
141
def test_xcpp_omp(self):
142
self.flush_channels()
0 commit comments