chore: remove unnecessary test

This commit is contained in:
Youwen Wu 2025-01-09 13:03:15 -08:00
parent 43a923ff8b
commit 6f6f46daa9
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -6,5 +6,3 @@ project(
) )
lab_1 = executable('lab_1', 'src/chapter_1/lab_1.cpp', install: true) lab_1 = executable('lab_1', 'src/chapter_1/lab_1.cpp', install: true)
test('lab 1', lab_1)