Removed redundant semicolon from TEST_SUITE block

This commit is contained in:
John Wellbelove 2025-12-21 07:31:06 +00:00
parent 0d792ef13b
commit 520b4a9f46
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -411,3 +411,4 @@ examples/UniquePtrWithPool/UniquePtrWithPool
test/vs2022/Debug Clang C++20 - Optimised -O2
include/etl/header_file_list.txt
temp
test/syntax_check/build-make

View File

@ -77,5 +77,5 @@ namespace
}
}
#endif
};
}
}