summaryrefslogtreecommitdiff
path: root/asl/testing
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-02-27 23:58:57 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-02-28 00:30:34 +0100
commiteb285643ed5dab8125e9c6bc94abd7ef562096a5 (patch)
tree99bb67ae08b15d4de39a8a98b0f9c051dce97546 /asl/testing
parent38ab48b1882f36ed7eb7e50c4fb46ce5d376fbc3 (diff)
Finish work on deducing this, for now
Diffstat (limited to 'asl/testing')
-rw-r--r--asl/testing/testing.cpp2
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;