summaryrefslogtreecommitdiff
path: root/test/Format/language-detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Format/language-detection.cpp')
-rw-r--r--test/Format/language-detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Format/language-detection.cpp b/test/Format/language-detection.cpp
index 2a53be71da..72e2146c54 100644
--- a/test/Format/language-detection.cpp
+++ b/test/Format/language-detection.cpp
@@ -1,8 +1,8 @@
// RUN: grep -Ev "// *[A-Z0-9_]+:" %s \
-// RUN: | clang-format -style=llvm -assume-filename=foo.js \
+// RUN: | clang-format -style=LLVM -assume-filename=foo.js \
// RUN: | FileCheck -strict-whitespace -check-prefix=CHECK1 %s
// RUN: grep -Ev "// *[A-Z0-9_]+:" %s \
-// RUN: | clang-format -style=llvm -assume-filename=foo.cpp \
+// RUN: | clang-format -style=LLVM -assume-filename=foo.cpp \
// RUN: | FileCheck -strict-whitespace -check-prefix=CHECK2 %s
// CHECK1: {{^a >>>= b;$}}
// CHECK2: {{^a >> >= b;$}}