Skip to content

Commit 646c88f

Browse files
committed
come on... pt2
1 parent c48b28c commit 646c88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ci/no-includes.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cd "$(dirname "$0")/.."
77

88
echo "Checking for #include directives of system headers..."
99

10-
grep -rn '#include\s*<.*>' tests/headers || {
10+
grep -rn '#include\s*<.*>' bindgen-tests/tests/headers || {
1111
echo "Found none; OK!"
1212
exit 0
1313
}

0 commit comments

Comments
 (0)