summaryrefslogtreecommitdiffstats
path: root/clang/test/Format/multiple-inputs-inplace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Format/multiple-inputs-inplace.cpp')
-rw-r--r--clang/test/Format/multiple-inputs-inplace.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/clang/test/Format/multiple-inputs-inplace.cpp b/clang/test/Format/multiple-inputs-inplace.cpp
new file mode 100644
index 00000000000..74c30db71eb
--- /dev/null
+++ b/clang/test/Format/multiple-inputs-inplace.cpp
@@ -0,0 +1,8 @@
+// RUN: cp %s %t-1.cpp
+// RUN: cp %s %t-2.cpp
+// RUN: clang-format -style=LLVM -i %t-1.cpp %t-2.cpp
+// RUN: FileCheck -strict-whitespace -input-file=%t-1.cpp %s
+// RUN: FileCheck -strict-whitespace -input-file=%t-2.cpp %s
+
+// CHECK: {{^int\ \*i;}}
+ int * i ;
OpenPOWER on IntegriCloud