diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-07-28 12:10:58 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-07-28 12:10:58 +0000 |
commit | a26da1a97ea9afd87b175d32490c22f936c89000 (patch) | |
tree | a540af78428d9b3df180463de55f0597ff39dd1a | |
parent | 27f1e7ec187b5addd4c7a70d641721ce3a15b607 (diff) |
test/Misc/ast-dump-templates.cpp: Disable this temporarily due to unstable output.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136348 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Misc/ast-dump-templates.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Misc/ast-dump-templates.cpp b/test/Misc/ast-dump-templates.cpp index 6be36ec4d7..ea3455679d 100644 --- a/test/Misc/ast-dump-templates.cpp +++ b/test/Misc/ast-dump-templates.cpp @@ -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 { |