Skip to content

Commit

Permalink
Update testsuite
Browse files Browse the repository at this point in the history
Remove platform specific check.
  • Loading branch information
vladimyr committed Jun 21, 2020
1 parent 381448e commit 4e701c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/os/process/cwd.wren
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ import "os" for Process

System.print(Process.cwd is String) // expect: true
System.print(!Process.cwd.isEmpty) // expect: true
System.print(Process.cwd.startsWith("/")) // expect: true
System.print(File.realPath(Process.cwd) == Process.cwd) // expect: true
System.print(Directory.exists(Process.cwd)) // expect: true

0 comments on commit 4e701c3

Please sign in to comment.