Skip to content

Commit

Permalink
Remove stray brace
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 13, 2024
1 parent 734fdae commit 59e6ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ jobs:
.\trace.ps1
if ((echo '(+ 1 2)' | .\example.exe) -match "3") { exit 0 } else { exit 1 }
if ((echo '(+ 1 2)' | python example.py) -match "3") { exit 0 } else { exit 1 }
if ((python exhaust_heap.py) -match "attempt 1") { exit 0 } else { exit 1 } }
if ((python exhaust_heap.py) -match "attempt 1") { exit 0 } else { exit 1 }

0 comments on commit 59e6ef9

Please sign in to comment.