Skip to content

Commit

Permalink
Fix syntax roundtrip tests (#7092)
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt authored Oct 8, 2024
1 parent 5781b4e commit 0e02681
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/test_syntax.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
scriptDir=`dirname $0`
# macOS 12 does not have the realpath utility,
# so let's use this workaround instead.
DUNE_BIN_DIR=`cd "$scriptDir/../_build/install/default/bin"; pwd -P`

$DUNE_BIN_DIR/syntax_tests
DUNE_BIN_DIR=`cd "$scriptDir/../compiler/_build/install/default/bin"; pwd -P`

function exp {
echo "$(dirname $1)/expected/$(basename $1).txt"
Expand Down

0 comments on commit 0e02681

Please sign in to comment.