Use the newer way to wire up tests.

This commit is contained in:
Zed A. Shaw 2026-06-16 02:08:01 -04:00
parent 1d11c8b162
commit aa153f8e84
6 changed files with 11 additions and 25 deletions

View file

@ -66,7 +66,7 @@ namespace lel_tests {
fuc2::Set TESTS{
.name="lel parser tests",
.tests={
{"test_basic_ops", test_basic_ops},
TEST(test_basic_ops),
}
};
}