diff options
author | rockcavera <rockcavera@gmail.com> | 2021-01-07 15:16:26 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-07 19:16:26 +0100 |
commit | 0da4cb93d1924d99a91491c2ec6124d9ec2a413b (patch) | |
tree | feda111be02b6de677757ba262aeee463f93894f | |
parent | cbf227d9493be1e82f3abec1d019ce397163635c (diff) | |
download | Nim-0da4cb93d1924d99a91491c2ec6124d9ec2a413b.tar.gz |
minor fix (#16624)
-rw-r--r-- | tests/stdlib/tbitops.nim.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/tbitops.nim.cfg b/tests/stdlib/tbitops.nim.cfg index f0d7668a7..013e8d38e 100644 --- a/tests/stdlib/tbitops.nim.cfg +++ b/tests/stdlib/tbitops.nim.cfg @@ -1 +1 @@ --d:noUndefinedBitOps +-d:noUndefinedBitOpts |