Skip to content

Commit 92c9b90

Browse files
committed
Fixing missing commas in options.py
1 parent f474d20 commit 92c9b90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/framework/options.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,9 +556,9 @@ def test_list_toolchains_rst(self):
556556
# full 'intel' toolchain (imkl appears twice, in linalg + FFT columns)
557557
r"\*\*intel\*\*\s+icc,\s+ifort\s+impi\s+imkl\s+imkl\s*\n",
558558
# fosscuda toolchain, also lists CUDA in compilers column
559-
r"\*\*fosscuda\*\*\s+GCC,\s+CUDA\s+OpenMPI\s+OpenBLAS,\s+ScaLAPACK\s+FFTW\s*\n"
559+
r"\*\*fosscuda\*\*\s+GCC,\s+CUDA\s+OpenMPI\s+OpenBLAS,\s+ScaLAPACK\s+FFTW\s*\n",
560560
# system toolchain: 'none' in every column
561-
r"\*\*system\*\*\s+\*\(none\)\*\s+\*\(none\)\*\s+\*\(none\)\*\s+\*\(none\)\*\s*\n"
561+
r"\*\*system\*\*\s+\*\(none\)\*\s+\*\(none\)\*\s+\*\(none\)\*\s+\*\(none\)\*\s*\n",
562562
# Cray special case
563563
r"\n\*\*CrayGNU\*\*\s+PrgEnv-gnu\s+cray-mpich\s+cray-libsci\s+\*\(none\)\*\s*\n",
564564
# footer

0 commit comments

Comments
 (0)