Apply 'make format'

This commit is contained in:
github action 2026-03-27 05:33:21 +00:00
parent c28ed348fd
commit 057039e81c
1 changed files with 1 additions and 2 deletions

3
test_regress/t/t_flag_csplit_pch.py Normal file → Executable file
View File

@ -21,8 +21,7 @@ test.glob_some(test.obj_dir + "/*__pch.h")
test.glob_some(test.obj_dir + "/*__1.cpp")
# Verify parallel builds enabled
test.file_grep(test.obj_dir + "/" + test.vm_prefix + "_classes.mk",
r'VM_PARALLEL_BUILDS\s*=\s*1')
test.file_grep(test.obj_dir + "/" + test.vm_prefix + "_classes.mk", r'VM_PARALLEL_BUILDS\s*=\s*1')
test.execute()