We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16dd0b5 commit 584e529Copy full SHA for 584e529
tests/lean/run/8612.lean
@@ -14,6 +14,5 @@ def runTests : IO Unit := do
14
-- creating a lot of processes should succeed and not leak file handles
15
for _ in [0:500] do
16
discard <| IO.Process.run { cmd := "cmd.exe", args := #["/c", "echo", "hi"] }
17
- --assert_failure! discard <| IO.Process.run { cmd := "cmd.exe\" echo \"hi" }
18
19
#eval runTests
0 commit comments