Skip to content

Commit

Permalink
revert sway path
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Nov 12, 2024
1 parent d026d7f commit 4386ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/parse-and-check.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

FILES=$(find ../sway/test/src/e2e_vm_tests/test_programs/should_pass/ -type f -name "*.sw")
FILES=$(find sway/test/src/e2e_vm_tests/test_programs/should_pass/ -type f -name "*.sw")
declare -a failures=()
declare -a successes=()
for f in $FILES
Expand Down

0 comments on commit 4386ea9

Please sign in to comment.