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 8a4aa49 commit 96d2a64Copy full SHA for 96d2a64
test/test_xcpp_kernel.py
@@ -229,9 +229,6 @@ class BaseXCppTests2(jupyter_kernel_test.KernelTests):
229
class BaseXCppOpenMPTests(jupyter_kernel_test.KernelTests):
230
__test__ = False
231
232
- # language_info.name in a kernel_info_reply should match this
233
- language_name = self.language
234
-
235
# OpenMP test that creates 2 threads, and gets them to output their thread
236
# number in descending order
237
code_omp="""
0 commit comments