Skip to content

Commit 96d2a64

Browse files
authored
Update test_xcpp_kernel.py
1 parent 8a4aa49 commit 96d2a64

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/test_xcpp_kernel.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,6 @@ class BaseXCppTests2(jupyter_kernel_test.KernelTests):
229229
class BaseXCppOpenMPTests(jupyter_kernel_test.KernelTests):
230230
__test__ = False
231231

232-
# language_info.name in a kernel_info_reply should match this
233-
language_name = self.language
234-
235232
# OpenMP test that creates 2 threads, and gets them to output their thread
236233
# number in descending order
237234
code_omp="""

0 commit comments

Comments
 (0)