aboutsummaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authorAndrew Ng <andrew.ng@sony.com>2023-07-14 11:49:24 +0300
committerMartin Storsjö <martin@martin.st>2023-07-19 11:31:52 +0300
commitf9e54a5c0f2998ecf0339b1daab5dab0edf9f447 (patch)
tree2e1c3b33849984a0905988e37113ddd2fb8b0596 /libcxx
parente62f366b01895bd66c43403509e51aef24fd052e (diff)
downloadllvm-f9e54a5c0f2998ecf0339b1daab5dab0edf9f447.zip
llvm-f9e54a5c0f2998ecf0339b1daab5dab0edf9f447.tar.gz
llvm-f9e54a5c0f2998ecf0339b1daab5dab0edf9f447.tar.bz2
[libcxx] [test] Remove a stray double space from a test config. NFC.
Differential Revision: https://reviews.llvm.org/D155553
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/test/configs/llvm-libc++-shared-no-vcruntime-clangcl.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/configs/llvm-libc++-shared-no-vcruntime-clangcl.cfg.in b/libcxx/test/configs/llvm-libc++-shared-no-vcruntime-clangcl.cfg.in
index a3ef060..2dda318 100644
--- a/libcxx/test/configs/llvm-libc++-shared-no-vcruntime-clangcl.cfg.in
+++ b/libcxx/test/configs/llvm-libc++-shared-no-vcruntime-clangcl.cfg.in
@@ -1,6 +1,6 @@
# This testing configuration handles running the test suite against LLVM's libc++
# using a DLL, with Clang-cl on Windows. This variant sets _HAS_EXCEPTIONS = 0
-# which removes exception class definitions from the vcruntime.
+# which removes exception class definitions from the vcruntime.
lit_config.load_config(config, '@CMAKE_CURRENT_BINARY_DIR@/cmake-bridge.cfg')