[libcxx-commits] [libcxx] ab14844 - [NFC][libc++][test] Fixes a copy-paste error.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 17 08:57:59 PDT 2023


Author: Mark de Wever
Date: 2023-08-17T17:57:33+02:00
New Revision: ab148445e8eb8a6f9b1f53ad167bfba0c318b55c

URL: https://github.com/llvm/llvm-project/commit/ab148445e8eb8a6f9b1f53ad167bfba0c318b55c
DIFF: https://github.com/llvm/llvm-project/commit/ab148445e8eb8a6f9b1f53ad167bfba0c318b55c.diff

LOG: [NFC][libc++][test] Fixes a copy-paste error.

Added: 
    

Modified: 
    libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp b/libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp
index c95f967b7998e9..9b32426c05b641 100644
--- a/libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp
+++ b/libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp
@@ -28,5 +28,5 @@
 #endif
 
 #ifdef _LIBCPP_HAS_NO_EXPERIMENTAL_STOP_TOKEN
-#  error "-fexperimental-library should enable the PSTL"
+#  error "-fexperimental-library should enable the stop_token"
 #endif


        


More information about the libcxx-commits mailing list