mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42: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 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(' ')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue