diff options
author | Itamar <itamar8910@gmail.com> | 2021-08-13 13:39:14 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-14 12:40:55 +0200 |
commit | a38c330c686d760d1a0d42a60c4012549dad55fb (patch) | |
tree | ab6d2a81faa79cf4dfe1e7a777b954dee8aa32a9 /Meta/check-newlines-at-eof.py | |
parent | fd864fbb74a6db2250eabb85132ef6f818ef6f55 (diff) | |
download | serenity-a38c330c686d760d1a0d42a60c4012549dad55fb.zip |
LibCpp: Move parser tests to Userland/Libraries/LibCpp/Tests/parser
Diffstat (limited to 'Meta/check-newlines-at-eof.py')
-rwxr-xr-x | Meta/check-newlines-at-eof.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/check-newlines-at-eof.py b/Meta/check-newlines-at-eof.py index a7ad1f0321..1ac8a40875 100755 --- a/Meta/check-newlines-at-eof.py +++ b/Meta/check-newlines-at-eof.py @@ -23,7 +23,7 @@ def run(): "**/CMake*.txt", ":!:Kernel/FileSystem/ext2_fs.h", ':!:Userland/DevTools/HackStudio/LanguageServers/Cpp/Tests/*', - ':!:Userland/Libraries/LibCpp/Tests/*' + ':!:Userland/Libraries/LibCpp/Tests/parser/*' ], check=True, capture_output=True |