From 3a60bee804cd9d8f46ebc8c4998a3777fcb36203 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 11 Oct 2021 20:07:39 +0100 Subject: Move assert to implementation file --- core/testing/testing.odin | 1 - 1 file changed, 1 deletion(-) (limited to 'core/testing/testing.odin') diff --git a/core/testing/testing.odin b/core/testing/testing.odin index 63df26c1f..37f9fe4d9 100644 --- a/core/testing/testing.odin +++ b/core/testing/testing.odin @@ -99,6 +99,5 @@ expect_value :: proc(t: ^T, value, expected: $T, loc := #caller_location) -> boo set_fail_timeout :: proc(t: ^T, duration: time.Duration, loc := #caller_location) { - assert(global_fail_timeout_thread == nil, "set_fail_timeout previously called", loc) _fail_timeout(t, duration, loc) } \ No newline at end of file -- cgit v1.2.3