Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Jan 17, 2025
1 parent f535069 commit 3a53977
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions vlib/v/tests/skip_unused/ierror_str.run.out
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No such file or directory; code: 2
1 change: 1 addition & 0 deletions vlib/v/tests/skip_unused/ierror_str.skip_unused.run.out
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No such file or directory; code: 2
6 changes: 6 additions & 0 deletions vlib/v/tests/skip_unused/ierror_str.vv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import os

fn main() {
mut proc := os.Process{}
proc.run()
}

0 comments on commit 3a53977

Please sign in to comment.