Skip to content

Commit 6e095b0

Browse files
authored
Debug test_xcpp_kernel.py
1 parent 70e6fcf commit 6e095b0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/test_xcpp_kernel.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,7 @@ class BaseXCppOpenMPTests(jupyter_kernel_test.KernelTests):
238238
#include <iostream>
239239
#include <clang/Interpreter/CppInterOp.h>
240240
Cpp::LoadLibrary("libomp");
241-
int main() {
242-
printf("all done, with hopefully threads\n");
243-
}
244-
main();
241+
printf("all done, with hopefully threads\n");
245242
"""
246243

247244
def test_xcpp_omp(self):

0 commit comments

Comments
 (0)