Skip to content

Commit

Permalink
tests: remove vlib/crypto/aes/const.v from the skip list in vtest-f…
Browse files Browse the repository at this point in the history
…mt.v, since it now uses vfmt off/vfmt on markers
  • Loading branch information
kimshrier committed Nov 27, 2023
1 parent f0e4438 commit 5283f19
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/tools/vtest-fmt.v
Expand Up @@ -4,9 +4,7 @@ import os
import testing
import v.util

const known_failing_exceptions = [
'vlib/crypto/aes/const.v', // const array wrapped in too many lines
]
const known_failing_exceptions = []string{}

fn main() {
args_string := os.args[1..].join(' ')
Expand Down

0 comments on commit 5283f19

Please sign in to comment.