We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48b28c commit 646c88fCopy full SHA for 646c88f
ci/no-includes.sh
@@ -7,7 +7,7 @@ cd "$(dirname "$0")/.."
7
8
echo "Checking for #include directives of system headers..."
9
10
-grep -rn '#include\s*<.*>' tests/headers || {
+grep -rn '#include\s*<.*>' bindgen-tests/tests/headers || {
11
echo "Found none; OK!"
12
exit 0
13
}
0 commit comments