From cf853bea908830194065349f3a8a75e163aea5b9 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Mon, 11 Sep 2023 19:48:38 +0200 Subject: Update tests --- source/tests/atomic.test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/tests/atomic.test.c') diff --git a/source/tests/atomic.test.c b/source/tests/atomic.test.c index 8bf2c95..efb5a61 100644 --- a/source/tests/atomic.test.c +++ b/source/tests/atomic.test.c @@ -216,3 +216,5 @@ TEST("atomic int64 concurrency") { REQUIRE(atomic_load_explicit(&foo, memory_order_relaxed) == 42); REQUIRE(atomic_load_explicit(&bar, memory_order_relaxed) == 43); } + +#undef KIT_TEST_FILE -- cgit v1.2.3