[clang] e8e2edd - Fix test from 8dd42f, capitalization in test

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 24 10:24:39 PDT 2021


Author: Erich Keane
Date: 2021-09-24T10:24:32-07:00
New Revision: e8e2edd8ca88f8b0a7dba141349b2aa83284f3af

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

LOG: Fix test from 8dd42f, capitalization in test

Added: 
    

Modified: 
    clang/test/CXX/drs/dr17xx.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/CXX/drs/dr17xx.cpp b/clang/test/CXX/drs/dr17xx.cpp
index 42303c83ae3c..c8648908ebda 100644
--- a/clang/test/CXX/drs/dr17xx.cpp
+++ b/clang/test/CXX/drs/dr17xx.cpp
@@ -129,7 +129,7 @@ namespace dr1778 { // dr1778: 9
 namespace dr1762 { // dr1762: 14
 #if __cplusplus >= 201103L
   float operator ""_E(const char *);
-  // expected-error at +2 {{invalid suffix on literal; c++11 requires a space between literal and identifier}}
+  // expected-error at +2 {{invalid suffix on literal; C++11 requires a space between literal and identifier}}
   // expected-warning at +1 {{user-defined literal suffixes not starting with '_' are reserved; no literal will invoke this operator}}
   float operator ""E(const char *);
 #endif


        


More information about the cfe-commits mailing list