Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Dec 13, 2024
1 parent ac5f5a5 commit 01d1548
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vlib/v/tests/skip_unused/import_json_only.run.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
vlib/v/tests/skip_unused/import_json_only.vv:1:8: warning: module 'json' is imported but never used
1 | import json
| ~~~~
3 changes: 3 additions & 0 deletions vlib/v/tests/skip_unused/import_json_only.skip_unused.run.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
vlib/v/tests/skip_unused/import_json_only.vv:1:8: warning: module 'json' is imported but never used
1 | import json
| ~~~~
1 change: 1 addition & 0 deletions vlib/v/tests/skip_unused/import_json_only.vv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import json

0 comments on commit 01d1548

Please sign in to comment.