summaryrefslogtreecommitdiffstats
path: root/tests/cxx/implicit_ctor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/implicit_ctor.cc')
-rw-r--r--tests/cxx/implicit_ctor.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cxx/implicit_ctor.cc b/tests/cxx/implicit_ctor.cc
index cbaa4d4..bb5341b 100644
--- a/tests/cxx/implicit_ctor.cc
+++ b/tests/cxx/implicit_ctor.cc
@@ -7,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
+// IWYU_ARGS: -Xiwyu --check_also="tests/cxx/*-d1.h" -I .
+
// If you define an API that accepts an argument of class type or
// const reference to a class type with an implicit constructor, you
// must provide the definition for the class.