aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2013-02-08 20:04:33 +0000
committerManuel Klimek <klimek@google.com>2013-02-08 20:04:33 +0000
commit7af8e2080226e61a20bd971df5f588215c403b92 (patch)
tree97b46d77ecdf56936bea44efce1d307bc479c01b /test
parent7a255f45ee402886c0d7e31acaf4521ebece3a56 (diff)
Adapt test to new clang-format behavior.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@174738 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/clang-format/ranges.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/clang-format/ranges.cpp b/test/clang-format/ranges.cpp
index d6957aa2..4197ff99 100644
--- a/test/clang-format/ranges.cpp
+++ b/test/clang-format/ranges.cpp
@@ -7,5 +7,5 @@
// CHECK: {{^ int \* i;$}}
int * i;
-// CHECK: {{^int \*i;$}}
+// CHECK: {{^ int \*i;$}}
int * i;