From e139d1cbe4b104372d0eec23e621b6fd64f84655 Mon Sep 17 00:00:00 2001 From: FancyKillerPanda Date: Thu, 24 Feb 2022 12:45:03 +1100 Subject: [PATCH] Removed //+build ignore from tests/core/math/big/test.odin. --- tests/core/math/big/test.odin | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/core/math/big/test.odin b/tests/core/math/big/test.odin index 8deefb002..cc3cefaa9 100644 --- a/tests/core/math/big/test.odin +++ b/tests/core/math/big/test.odin @@ -1,4 +1,3 @@ -//+build ignore /* Copyright 2021 Jeroen van Rijn . Made available under Odin's BSD-3 license.