Skip to content

Commit cc7f26b

Browse files
committed
Revert "Fix bash syntax"
This reverts commit 0d94e6b.
1 parent dcb3154 commit cc7f26b

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
@@ -73,7 +73,7 @@ esac
7373
# but it ensures that the crates build properly when tested with Miri.
7474

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

0 commit comments

Comments
 (0)