[libcxx-commits] [PATCH] D155553: [libcxx] [test] Remove a stray double space from a test config. NFC.

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 19 01:32:13 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf9e54a5c0f29: [libcxx] [test] Remove a stray double space from a test config. NFC. (authored by andrewng, committed by mstorsjo).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155553/new/

https://reviews.llvm.org/D155553

Files:
  libcxx/test/configs/llvm-libc++-shared-no-vcruntime-clangcl.cfg.in


Index: libcxx/test/configs/llvm-libc++-shared-no-vcruntime-clangcl.cfg.in
===================================================================
--- libcxx/test/configs/llvm-libc++-shared-no-vcruntime-clangcl.cfg.in
+++ 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')
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155553.541885.patch
Type: text/x-patch
Size: 677 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230719/6db3cd1f/attachment.bin>


More information about the libcxx-commits mailing list