Skip to content

Commit 0d94e6b

Browse files
committed
Fix bash syntax
1 parent 2f6307d commit 0d94e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ esac
7171
# but it ensures that the crates build properly when tested with Miri.
7272

7373
#FIXME: Re-enable this for msvc once CI issues are fixed
74-
if [ "$HOST_TARGET" != "x86_64-pc-windows-msvc" ]
74+
if [ "$HOST_TARGET" != "x86_64-pc-windows-msvc" ]; then
7575
python3 "$X_PY" miri --stage 2 library/core --test-args notest
7676
python3 "$X_PY" miri --stage 2 library/alloc --test-args notest
7777
python3 "$X_PY" miri --stage 2 library/std --test-args notest

0 commit comments

Comments
 (0)