aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Misc/ast-dump-templates.cpp3
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 {