diff --git a/.gitignore b/.gitignore index 068e7602..ced27dae 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/test/test_exception.cpp b/test/test_exception.cpp index 474eee96..7fe95f10 100644 --- a/test/test_exception.cpp +++ b/test/test_exception.cpp @@ -77,5 +77,5 @@ namespace } } #endif - }; + } }