diff options
author | Richard Trieu <rtrieu@google.com> | 2012-06-13 22:31:48 +0000 |
---|---|---|
committer | Richard Trieu <rtrieu@google.com> | 2012-06-13 22:31:48 +0000 |
commit | bc4b4ba5de57ed665b09e18f588d0eefe9ec3267 (patch) | |
tree | cbbedaa10280d648db6addeaefa21f459a145caa /clang/test/Misc/ast-dump-wchar.cpp | |
parent | a17a9dc62167f61c5a0b91768ebaa3166257b698 (diff) | |
download | bcm5719-llvm-bc4b4ba5de57ed665b09e18f588d0eefe9ec3267.tar.gz bcm5719-llvm-bc4b4ba5de57ed665b09e18f588d0eefe9ec3267.zip |
Remove unnecessary output redirection in a test.
llvm-svn: 158424
Diffstat (limited to 'clang/test/Misc/ast-dump-wchar.cpp')
-rw-r--r-- | clang/test/Misc/ast-dump-wchar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Misc/ast-dump-wchar.cpp b/clang/test/Misc/ast-dump-wchar.cpp index 4153706bd60..2b955d2aff5 100644 --- a/clang/test/Misc/ast-dump-wchar.cpp +++ b/clang/test/Misc/ast-dump-wchar.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -std=c++11 -ast-dump %s 2>&1 | FileCheck %s +// RUN: %clang_cc1 -std=c++11 -ast-dump %s | FileCheck %s char c8[] = u8"test\0\\\"\t\a\b\234"; // CHECK: char c8[12] = (StringLiteral {{.*}} lvalue u8"test\000\\\"\t\a\b\234") |