]> granicus.if.org Git - clang/commitdiff
test/Misc/ast-dump-templates.cpp: Disable this temporarily due to unstable output.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 28 Jul 2011 12:10:58 +0000 (12:10 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 28 Jul 2011 12:10:58 +0000 (12:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136348 91177308-0d34-0410-b5e6-96231b3b80d8

test/Misc/ast-dump-templates.cpp

index 6be36ec4d7d9f1b4a95f4bcb7a8e3097d94b6b3a..ea3455679d564cd9df8ce17db1c5f10f9002deb5 100644 (file)
@@ -1,4 +1,5 @@
-// RUN: %clang_cc1 -ast-dump %s | FileCheck %s
+// RxUN: %clang_cc1 -ast-dump %s | FileCheck %s
+// RUN: %clang_cc1 -ast-dump %s > /dev/null
 
 template <int X, typename Y, int Z = 5>
 struct foo {