]> granicus.if.org Git - clang/commitdiff
Remove unnecessary output redirection in a test.
authorRichard Trieu <rtrieu@google.com>
Wed, 13 Jun 2012 22:31:48 +0000 (22:31 +0000)
committerRichard Trieu <rtrieu@google.com>
Wed, 13 Jun 2012 22:31:48 +0000 (22:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158424 91177308-0d34-0410-b5e6-96231b3b80d8

test/Misc/ast-dump-wchar.cpp

index 4153706bd608f5ebd72c725c9cf4a39de678bd2f..2b955d2aff5f95bb44cfc5c819e7ba6557ae496c 100644 (file)
@@ -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")