summaryrefslogtreecommitdiff
path: root/Meta/check-newlines-at-eof.py
diff options
context:
space:
mode:
authorItamar <itamar8910@gmail.com>2021-08-13 13:39:14 +0300
committerAndreas Kling <kling@serenityos.org>2021-08-14 12:40:55 +0200
commita38c330c686d760d1a0d42a60c4012549dad55fb (patch)
treeab6d2a81faa79cf4dfe1e7a777b954dee8aa32a9 /Meta/check-newlines-at-eof.py
parentfd864fbb74a6db2250eabb85132ef6f818ef6f55 (diff)
downloadserenity-a38c330c686d760d1a0d42a60c4012549dad55fb.zip
LibCpp: Move parser tests to Userland/Libraries/LibCpp/Tests/parser
Diffstat (limited to 'Meta/check-newlines-at-eof.py')
-rwxr-xr-xMeta/check-newlines-at-eof.py2
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