tests: remove vlib/crypto/aes/const.v from the skip list in vtest-fmt.v, since it now uses vfmt off/vfmt on markers

This commit is contained in:
Kim Shrier 2023-11-27 04:14:10 -07:00 committed by GitHub
parent f0e4438e08
commit 5283f19443
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,9 +4,7 @@ import os
import testing import testing
import v.util import v.util
const known_failing_exceptions = [ const known_failing_exceptions = []string{}
'vlib/crypto/aes/const.v', // const array wrapped in too many lines
]
fn main() { fn main() {
args_string := os.args[1..].join(' ') args_string := os.args[1..].join(' ')