summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/instantiation-depth.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-30 08:41:04 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-30 08:41:04 +0000
commit7c71b6b95b828764abcfea9a9fe94453f30393e7 (patch)
tree00b02e445c1c962abad113f311d6a48e1c698980 /clang/test/SemaTemplate/instantiation-depth.cpp
parent84bb79371847d10e9643005ab0d893356a2c9afa (diff)
downloadbcm5719-llvm-7c71b6b95b828764abcfea9a9fe94453f30393e7.tar.gz
bcm5719-llvm-7c71b6b95b828764abcfea9a9fe94453f30393e7.zip
Use '-FOO' 'BAR' instead of '-FOO=BAR' in tests.
llvm-svn: 90122
Diffstat (limited to 'clang/test/SemaTemplate/instantiation-depth.cpp')
-rw-r--r--clang/test/SemaTemplate/instantiation-depth.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaTemplate/instantiation-depth.cpp b/clang/test/SemaTemplate/instantiation-depth.cpp
index 522c4e1cbb5..31abb40dd5b 100644
--- a/clang/test/SemaTemplate/instantiation-depth.cpp
+++ b/clang/test/SemaTemplate/instantiation-depth.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -ftemplate-depth=5 -verify %s
+// RUN: clang-cc -fsyntax-only -ftemplate-depth 5 -verify %s
template<typename T> struct X : X<T*> { }; // expected-error{{recursive template instantiation exceeded maximum depth of 5}} \
// expected-note{{use -ftemplate-depth-N to increase recursive template instantiation depth}} \
OpenPOWER on IntegriCloud