From 43a42fb5cd0c1eb7a5f3ac97b9d5e77c10bd8c22 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 12 Jun 2014 12:40:04 +0000 Subject: [PATCH] Allow lowercase messages in this test again. I misunderstood where the message was being converted. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210774 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Format/style-on-command-line.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Format/style-on-command-line.cpp b/test/Format/style-on-command-line.cpp index 19add89993..a0a39cb342 100644 --- a/test/Format/style-on-command-line.cpp +++ b/test/Format/style-on-command-line.cpp @@ -16,12 +16,12 @@ void f() { // CHECK1: {{^ int\* i;$}} // CHECK2: {{^ int \*i;$}} // CHECK3: Unknown value for BasedOnStyle: invalid -// CHECK3: Error parsing -style: Invalid argument, using LLVM style +// CHECK3: Error parsing -style: {{I|i}}nvalid argument, using LLVM style // CHECK3: {{^ int \*i;$}} -// CHECK4: Error parsing -style: Invalid argument, using LLVM style +// CHECK4: Error parsing -style: {{I|i}}nvalid argument, using LLVM style // CHECK4: {{^ int \*i;$}} // CHECK5: {{^ int\* i;$}} -// CHECK6: {{^Error reading .*\.clang-format: Invalid argument}} +// CHECK6: {{^Error reading .*\.clang-format: (I|i)nvalid argument}} // CHECK6: {{^Can't find usable .clang-format, using webkit style$}} // CHECK6: {{^ int\* i;$}} // CHECK7: {{^ int\* i;$}} -- 2.40.0