summaryrefslogtreecommitdiffstats
path: root/tests/cxx/typedef_chain_no_follow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/typedef_chain_no_follow.cc')
-rw-r--r--tests/cxx/typedef_chain_no_follow.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cxx/typedef_chain_no_follow.cc b/tests/cxx/typedef_chain_no_follow.cc
index 963f2e1..c761aa7 100644
--- a/tests/cxx/typedef_chain_no_follow.cc
+++ b/tests/cxx/typedef_chain_no_follow.cc
@@ -7,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
+// IWYU_ARGS: -I .
+
// Tests cases when IWYU should not follow typedef chain and should not suggest
// to include a file for underlying typedef type.