Improve test names

This commit is contained in:
ayazhafiz 2022-01-10 23:42:15 -05:00
parent fba1c64c4b
commit fe114e5e09

View file

@ -1319,7 +1319,7 @@ fn list_reverse_empty_list() {
#[test] #[test]
#[cfg(any(feature = "gen-llvm"))] #[cfg(any(feature = "gen-llvm"))]
fn foobarbaz() { fn list_concat() {
assert_evals_to!( assert_evals_to!(
indoc!( indoc!(
r#" r#"
@ -2069,7 +2069,7 @@ fn gen_quicksort() {
#[test] #[test]
#[cfg(any(feature = "gen-llvm"))] #[cfg(any(feature = "gen-llvm"))]
fn foobar2() { fn quicksort() {
with_larger_debug_stack(|| { with_larger_debug_stack(|| {
assert_evals_to!( assert_evals_to!(
indoc!( indoc!(
@ -2143,7 +2143,7 @@ fn foobar2() {
#[test] #[test]
#[cfg(any(feature = "gen-llvm"))] #[cfg(any(feature = "gen-llvm"))]
fn foobar() { fn quicksort_singleton() {
with_larger_debug_stack(|| { with_larger_debug_stack(|| {
assert_evals_to!( assert_evals_to!(
indoc!( indoc!(