summaryrefslogtreecommitdiffstats
path: root/tests/cxx/using_aliased_symbol_unused.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/using_aliased_symbol_unused.cc')
-rw-r--r--tests/cxx/using_aliased_symbol_unused.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cxx/using_aliased_symbol_unused.cc b/tests/cxx/using_aliased_symbol_unused.cc
index d508548..1d79246 100644
--- a/tests/cxx/using_aliased_symbol_unused.cc
+++ b/tests/cxx/using_aliased_symbol_unused.cc
@@ -7,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
+// IWYU_ARGS: -I .
+
// Tests that when we include a file that contains a using decl, that we are not
// forced to include that file if the decl is not used.