Skip to content

Commit e6beec7

Browse files
committed
Fix modulemap linting
1 parent 7356963 commit e6beec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/libcxx/lint/lint_headers.sh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
def exclude_from_consideration(path):
1212
return (
1313
path.endswith(".txt")
14-
or path.endswith(".modulemap.in")
14+
or path.endswith(".modulemap")
1515
or os.path.basename(path) == "__config"
1616
or os.path.basename(path) == "__config_site.in"
1717
or os.path.basename(path) == "libcxx.imp"

0 commit comments

Comments
 (0)