Follows the existing patterns, and makes life easier for bazel build
system.
--- /dev/null
+#pragma once
+namespace std { class string {}; }
--- /dev/null
+#pragma once
+#include <string.h>
+
+namespace std { class vector {}; }
-// RUN: %check_clang_tidy %s misc-include-cleaner %t -- -- -I%S/Inputs -isystem%S/system
+// RUN: %check_clang_tidy %s misc-include-cleaner %t -- -- -I%S/Inputs -isystem%S/Inputs/system
#include "bar.h"
// CHECK-FIXES: {{^}}#include "baz.h"{{$}}
#include "foo.h"
+++ /dev/null
-#pragma once
-namespace std { class string {}; }
+++ /dev/null
-#pragma once
-#include <string.h>
-
-namespace std { class vector {}; }