summaryrefslogtreecommitdiffstats
path: root/tests/cxx/include_with_using.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/include_with_using.cc')
-rw-r--r--tests/cxx/include_with_using.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cxx/include_with_using.cc b/tests/cxx/include_with_using.cc
index 8580ea9..11bcf45 100644
--- a/tests/cxx/include_with_using.cc
+++ b/tests/cxx/include_with_using.cc
@@ -7,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
+// IWYU_ARGS: -I .
+
// Tests that if we use a symbol from a .h file that the .h file has
// a 'using' declaration for, we don't consider replacing the use with
// a forward-declaration. On the other hand, if we don't depend on