diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2013-08-29 03:02:39 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2013-08-29 03:02:39 +0000 |
| commit | 14e88a1577c6cfdbf2e28e6870b6a27343287287 (patch) | |
| tree | 29e10249996b552112475f19ce91a062f750882f /clang/test/Format | |
| parent | 9d8271b3511c34afaf66ff4fe5a1a453abd172db (diff) | |
| download | bcm5719-llvm-14e88a1577c6cfdbf2e28e6870b6a27343287287.tar.gz bcm5719-llvm-14e88a1577c6cfdbf2e28e6870b6a27343287287.zip | |
[tests] Use 'printf' instead of 'echo -e', which is not part of BSD echo.
llvm-svn: 189562
Diffstat (limited to 'clang/test/Format')
| -rw-r--r-- | clang/test/Format/style-on-command-line.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Format/style-on-command-line.cpp b/clang/test/Format/style-on-command-line.cpp index 679236f7a46..9b91259c650 100644 --- a/clang/test/Format/style-on-command-line.cpp +++ b/clang/test/Format/style-on-command-line.cpp @@ -5,7 +5,7 @@ // RUN: clang-format -style="{lsjd}" %t.cpp 2>&1 | FileCheck -strict-whitespace -check-prefix=CHECK4 %s // RUN: [ ! -e %T/.clang-format ] || rm %T/.clang-format // RUN: clang-format -style=file %t.cpp 2>&1 | FileCheck -strict-whitespace -check-prefix=CHECK5 %s -// RUN: echo -e "BasedOnStyle: google\nIndentWidth: 5" > %T/.clang-format +// RUN: printf "BasedOnStyle: google\nIndentWidth: 5\n" > %T/.clang-format // RUN: clang-format -style=file %t.cpp 2>&1 | FileCheck -strict-whitespace -check-prefix=CHECK6 %s void f() { // CHECK1: {{^ int\* i;$}} |

