Skip to content

Commit 584e529

Browse files
committed
remove comment in test
1 parent 16dd0b5 commit 584e529

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/lean/run/8612.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ def runTests : IO Unit := do
1414
-- creating a lot of processes should succeed and not leak file handles
1515
for _ in [0:500] do
1616
discard <| IO.Process.run { cmd := "cmd.exe", args := #["/c", "echo", "hi"] }
17-
--assert_failure! discard <| IO.Process.run { cmd := "cmd.exe\" echo \"hi" }
1817

1918
#eval runTests

0 commit comments

Comments
 (0)