From 9b108e681b896f9e40a04bcbdb081a42b8e28a90 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sun, 21 Dec 2025 07:31:06 +0000 Subject: [PATCH] Removed redundant semicolon from TEST_SUITE block --- .gitignore | 1 + test/test_exception.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 - }; + } }