Skip to content

Commit cc8a6fb

Browse files
committed
fix silly mistake
Signed-off-by: martinvuyk <martin.vuyklop@gmail.com>
1 parent 38367a9 commit cc8a6fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mojo/stdlib/scripts/run-benchmarks.sh

-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ if [[ -z "${_START_MODULAR_INCLUDED+x}" ]]; then
3737
mv -f ${REPO_ROOT}/.magic/envs/default/lib/mojo/stdlib.mojopkg ${BUILD_DIR}/og_stdlib.mojopkg
3838
# copy the newly built stdlib
3939
cp -f ${BUILD_DIR}/stdlib.mojopkg ${REPO_ROOT}/.magic/envs/default/lib/mojo/stdlib.mojopkg
40-
# return the original stdlib
41-
mv -f ${BUILD_DIR}/og_stdlib.mojopkg ${REPO_ROOT}/.magic/envs/default/lib/mojo/stdlib.mojopkg
4240
fi
4341

4442
# Run the benchmarks sequentially

0 commit comments

Comments
 (0)