diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2022-11-03 12:58:26 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-03 12:58:26 +0000 |
| commit | f7211408fc9e2cd4d87a788fc68b61a9f5068c75 (patch) | |
| tree | a1bcfbb7fd88bff58194db7a4c848975ad0c7318 /tests | |
| parent | 30db316e164c7fcfa1a5293461d021bf8074c87e (diff) | |
| parent | e139d1cbe4b104372d0eec23e621b6fd64f84655 (diff) | |
Merge pull request #1544 from FancyKillerPanda/build_ignore
Changed `//+ignore` to `//+build ignore` and emit a warning for unknown tags
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/core/math/big/test.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/core/math/big/test.odin b/tests/core/math/big/test.odin index a289c89dd..8a44ec087 100644 --- a/tests/core/math/big/test.odin +++ b/tests/core/math/big/test.odin @@ -1,4 +1,3 @@ -//+ignore /* Copyright 2021 Jeroen van Rijn <nom@duclavier.com>. Made available under Odin's BSD-3 license. |