diff options
author | Daniel Jasper <djasper@google.com> | 2013-03-25 09:14:25 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-03-25 09:14:25 +0000 |
commit | 0ff72fc9fadcaf6ab867b1457d59e3fdcc9e5bc6 (patch) | |
tree | c7abc0665a744d7fc07d2674fd46a5d550a3cdb2 /test/Format/diagnostic.cpp | |
parent | 2de19edab6001d2c17720d02fe0760b9b452192a (diff) |
Re-add clang-format tests to clang/test.
Also now use -strict-whitespace as the tests are confusing otherwise.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177853 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Format/diagnostic.cpp')
-rw-r--r-- | test/Format/diagnostic.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Format/diagnostic.cpp b/test/Format/diagnostic.cpp new file mode 100644 index 0000000000..2e930ee5b7 --- /dev/null +++ b/test/Format/diagnostic.cpp @@ -0,0 +1,4 @@ +// RUN: clang-format 2>&1 >/dev/null %s |FileCheck %s + +} +// CHECK: diagnostic.cpp:[[@LINE-1]]:1: error: unexpected '}' |