summaryrefslogtreecommitdiffstats
path: root/tests/cxx/typedef_chain_in_template.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/typedef_chain_in_template.cc')
-rw-r--r--tests/cxx/typedef_chain_in_template.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cxx/typedef_chain_in_template.cc b/tests/cxx/typedef_chain_in_template.cc
index 0fa8fae..a1ebd61 100644
--- a/tests/cxx/typedef_chain_in_template.cc
+++ b/tests/cxx/typedef_chain_in_template.cc
@@ -7,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
+// IWYU_ARGS: -I .
+
// Tests that if template declares a typedef depending on template argument,
// IWYU follows the typedef chain and uses underlying type that is not a
// typedef depending on template argument. Usually such typedefs are template