We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4480f commit b8f972bCopy full SHA for b8f972b
test/chplenv/chplconfig/correctness/chplconfig
@@ -5,7 +5,7 @@ CHPL_HOST_ARCH=x86_64
5
CHPL_HOST_COMPILER=clang
6
CHPL_TARGET_PLATFORM=darwin
7
CHPL_TARGET_ARCH=x86_64
8
-CHPL_TARGET_COMPILER=clang --gcc-toolchain=/usr # nonsenseical value, but tests that it is accepted
+CHPL_TARGET_COMPILER=clang --gcc-toolchain=/usr # nonsensical value, but tests that it is accepted
9
CHPL_TARGET_CPU=native
10
CHPL_LOCALE_MODEL=flat
11
CHPL_COMM=none
0 commit comments