@@ -32,7 +32,7 @@ cargo test --target "${TARGET}" --features stats
3232cargo test --target " ${TARGET} " --features ' debug profiling'
3333
3434cargo test --target " ${TARGET} " \
35- --features unprefixed_malloc_on_supported_platforms
35+ --features override_allocator_on_supported_platforms
3636cargo test --target " ${TARGET} " --no-default-features
3737cargo test --target " ${TARGET} " --no-default-features \
3838 --features background_threads_runtime_support
@@ -48,7 +48,7 @@ cargo test --target "${TARGET}" --release
4848cargo test --target " ${TARGET} " --manifest-path jemalloc-sys/Cargo.toml
4949cargo test --target " ${TARGET} " \
5050 --manifest-path jemalloc-sys/Cargo.toml \
51- --features unprefixed_malloc_on_supported_platforms
51+ --features override_allocator_on_supported_platforms
5252
5353# FIXME: jemalloc-ctl fails in the following targets
5454case " ${TARGET} " in
@@ -78,13 +78,13 @@ cargo test --target "${TARGET}" \
7878# ${CARGO_CMD} test --target "${TARGET}" --features alloc_trait
7979# fi
8080
81- # Test that unprefixed_malloc_on_supported_platforms works in dylibs.
81+ # Test that overriding works in dylibs.
8282case " $TARGET " in
8383 " i686-unknown-linux-musl" ) ;;
8484 " x86_64-unknown-linux-musl" ) ;;
8585 * )
8686 cargo run --target " ${TARGET} " \
8787 -p test-dylib \
88- --features unprefixed_malloc_on_supported_platforms
88+ --features override_allocator_on_supported_platforms
8989 ;;
9090esac
0 commit comments