Skip to content

Commit 2ec690d

Browse files
committed
Revert "run-tests: Skip testing arm64ec in msvcrt builds"
This reverts commit 056dd73. In the current versions of mingw-w64, it is possible to build the tests for arm64ec with msvcrt.dll as well.
1 parent 1afe639 commit 2ec690d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

run-tests.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,6 @@ for arch in $ARCHS; do
213213
RUN="$RUN_ARM64EC"
214214
COPY="$COPY_ARM64EC"
215215
NATIVE="$NATIVE_ARM64EC"
216-
if [ -z "$IS_UCRT" ]; then
217-
# arm64ec msvcrt isn't working properly yet
218-
continue
219-
fi
220216
;;
221217
esac
222218

0 commit comments

Comments
 (0)