diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-02-27 23:58:57 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-02-28 00:30:34 +0100 |
commit | eb285643ed5dab8125e9c6bc94abd7ef562096a5 (patch) | |
tree | 99bb67ae08b15d4de39a8a98b0f9c051dce97546 /asl/testing/testing.cpp | |
parent | 38ab48b1882f36ed7eb7e50c4fb46ce5d376fbc3 (diff) |
Finish work on deducing this, for now
Diffstat (limited to 'asl/testing/testing.cpp')
-rw-r--r-- | asl/testing/testing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |