mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
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:
parent
f0e4438e08
commit
5283f19443
1 changed files with 1 additions and 3 deletions
|
@ -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(' ')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue