summaryrefslogtreecommitdiffstats
path: root/tests/cxx/operator_new.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/operator_new.cc')
-rw-r--r--tests/cxx/operator_new.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cxx/operator_new.cc b/tests/cxx/operator_new.cc
index 0019bf3..fb90556 100644
--- a/tests/cxx/operator_new.cc
+++ b/tests/cxx/operator_new.cc
@@ -7,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
+// IWYU_ARGS: -std=c++17 -I .
+
// Test that iwyu suggests the include for <new> be removed if only
// built-in functions are used.