summaryrefslogtreecommitdiffstats
path: root/tests/cxx/derived_function_tpl_args.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/derived_function_tpl_args.cc')
-rw-r--r--tests/cxx/derived_function_tpl_args.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cxx/derived_function_tpl_args.cc b/tests/cxx/derived_function_tpl_args.cc
index ddfd5de..e91a04e 100644
--- a/tests/cxx/derived_function_tpl_args.cc
+++ b/tests/cxx/derived_function_tpl_args.cc
@@ -7,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
+// IWYU_ARGS: -I .
+
// Tests calls to a templated function, especially ones where the
// calls do not specify the template args explicitly, but instead
// have them derived from the function arguments (including return