LibCpp: Move parser tests to Userland/Libraries/LibCpp/Tests/parser

This commit is contained in:
Itamar 2021-08-13 13:39:14 +03:00 committed by Andreas Kling
commit a38c330c68
Notes: sideshowbarker 2024-07-18 06:59:39 +09:00
16 changed files with 4 additions and 4 deletions

View file

@ -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