From eb285643ed5dab8125e9c6bc94abd7ef562096a5 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Thu, 27 Feb 2025 23:58:57 +0100 Subject: Finish work on deducing this, for now --- asl/testing/testing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asl/testing') diff --git a/asl/testing/testing.cpp b/asl/testing/testing.cpp index a4eecd7..c788c39 100644 --- a/asl/testing/testing.cpp +++ b/asl/testing/testing.cpp @@ -45,7 +45,7 @@ static void report_assert_failure(const char* msg, const asl::source_location& s int main([[maybe_unused]] int argc, [[maybe_unused]] char* argv[]) { asl::set_assert_failure_handler(report_assert_failure, nullptr); - + int fail = 0; int pass = 0; -- cgit