summaryrefslogtreecommitdiffstats
path: root/tests/cxx/inline_namespace.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/inline_namespace.cc')
-rw-r--r--tests/cxx/inline_namespace.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cxx/inline_namespace.cc b/tests/cxx/inline_namespace.cc
index ae41f89..f70b0dc 100644
--- a/tests/cxx/inline_namespace.cc
+++ b/tests/cxx/inline_namespace.cc
@@ -7,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
+// IWYU_ARGS: -I .
+
// Tests that IWYU never considers a decl inside an inline namespace
// forward-declarable, and that diagnostics never mention the inline namespace
// name (xyz::v1).