summaryrefslogtreecommitdiffstats
path: root/tests/cxx/templated_constructor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/templated_constructor.cc')
-rw-r--r--tests/cxx/templated_constructor.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cxx/templated_constructor.cc b/tests/cxx/templated_constructor.cc
index 2fd33aa..4172171 100644
--- a/tests/cxx/templated_constructor.cc
+++ b/tests/cxx/templated_constructor.cc
@@ -7,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
+// IWYU_ARGS: -I .
+
// Tests that we handle correctly the case of templated constructors.
#include "tests/cxx/direct.h"