@@ -137,7 +137,7 @@ test -f results/eprintln-Test-helloworld-Check-Full
137137test ! -s results/eprintln-Test-helloworld-Check-Full
138138
139139# llvm-lines. `Debug` not `Check` because it doesn't support `Check` profiles.
140- # Including both `helloworld` and `regex-1.5.5 ` benchmarks, as they exercise the
140+ # Including both `helloworld` and `regex-automata-0.4.8 ` benchmarks, as they exercise the
141141# zero dependency and the greater than zero dependency cases, respectively, the
142142# latter of which has broken before.
143143RUST_BACKTRACE=1 RUST_LOG=raw_cargo_messages=trace,collector=debug,rust_sysroot=debug \
@@ -146,12 +146,12 @@ RUST_BACKTRACE=1 RUST_LOG=raw_cargo_messages=trace,collector=debug,rust_sysroot=
146146 --id Test \
147147 --profiles Debug \
148148 --cargo $bindir /cargo \
149- --include helloworld,regex-1.5.5 \
149+ --include helloworld,regex-automata-0.4.8 \
150150 --scenarios Full
151151test -f results/ll-Test-helloworld-Debug-Full
152152grep -q " Lines.*Copies.*Function name" results/ll-Test-helloworld-Debug-Full
153- test -f results/ll-Test-regex-1.5.5 -Debug-Full
154- grep -q " Lines.*Copies.*Function name" results/ll-Test-regex-1.5.5 -Debug-Full
153+ test -f results/ll-Test-regex-automata-0.4.8 -Debug-Full
154+ grep -q " Lines.*Copies.*Function name" results/ll-Test-regex-automata-0.4.8 -Debug-Full
155155
156156# llvm-ir. `Debug` not `Check` because it works better that way.
157157RUST_BACKTRACE=1 RUST_LOG=raw_cargo_messages=trace,collector=debug,rust_sysroot=debug \
0 commit comments