[libcxx-commits] [libcxx] f9e54a5 - [libcxx] [test] Remove a stray double space from a test config. NFC.
Martin Storsjö via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 19 01:32:10 PDT 2023
Author: Andrew Ng
Date: 2023-07-19T11:31:52+03:00
New Revision: f9e54a5c0f2998ecf0339b1daab5dab0edf9f447
URL: https://github.com/llvm/llvm-project/commit/f9e54a5c0f2998ecf0339b1daab5dab0edf9f447
DIFF: https://github.com/llvm/llvm-project/commit/f9e54a5c0f2998ecf0339b1daab5dab0edf9f447.diff
LOG: [libcxx] [test] Remove a stray double space from a test config. NFC.
Differential Revision: https://reviews.llvm.org/D155553
Added:
Modified:
libcxx/test/configs/llvm-libc++-shared-no-vcruntime-clangcl.cfg.in
Removed:
################################################################################
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 a3ef060f28ba56..2dda3180f40e83 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')
More information about the libcxx-commits
mailing list