summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/inlining/stl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/inlining/stl.cpp')
-rw-r--r--clang/test/Analysis/inlining/stl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/inlining/stl.cpp b/clang/test/Analysis/inlining/stl.cpp
index 56670a0f16d..cec782151c9 100644
--- a/clang/test/Analysis/inlining/stl.cpp
+++ b/clang/test/Analysis/inlining/stl.cpp
@@ -1,7 +1,7 @@
// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-ipa=dynamic -analyzer-config c++-stdlib-inlining=false -verify %s
// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-ipa=dynamic -analyzer-config c++-stdlib-inlining=true -DINLINE=1 -verify %s
-#include "../system-header-simulator-cxx.h"
+#include "../Inputs/system-header-simulator-cxx.h"
void clang_analyzer_eval(bool);
OpenPOWER on IntegriCloud