Skip to content

Commit 5b0de09

Browse files
committed
tools/vpm: remove unused test
1 parent b475c56 commit 5b0de09

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

cmd/tools/vpm/args_test.v

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
module main
22

3-
fn test_parse_server_urls_supports_all_aliases() {
4-
args := ['install', '-m', 'https://mirror-a.example/', '--mirror', 'https://mirror-b.example',
5-
'-server-url', 'https://mirror-c.example/', '--server-url', 'https://mirror-d.example',
6-
'--server-urls', 'https://mirror-e.example', '-m', 'https://mirror-a.example/']
7-
assert parse_server_urls(args) == ['https://mirror-a.example', 'https://mirror-b.example',
8-
'https://mirror-c.example', 'https://mirror-d.example', 'https://mirror-e.example']
9-
}
10-
113
fn test_parse_vpm_command_skips_option_values() {
124
args := ['-m', 'https://mirror.example', 'install', '--once', 'nedpals.args']
135
assert parse_vpm_command(args) == 'install'

0 commit comments

Comments
 (0)