Skip to content

Commit b485278

Browse files
committed
remove comment
1 parent a98f6f1 commit b485278

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/tools_tests/test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ done
3737
for file in src/migrate/*.{res,resi}; do
3838
output="src/expected/$(basename $file).expected"
3939
../../_build/install/default/bin/rescript-tools migrate "$file" --stdout > $output
40-
# # CI. We use LF, and the CI OCaml fork prints CRLF. Convert.
4140
if [ "$RUNNER_OS" == "Windows" ]; then
4241
perl -pi -e 's/\r\n/\n/g' -- $output
4342
fi

0 commit comments

Comments
 (0)