Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ra-salsa/tests/cycles.rs')
| -rw-r--r-- | crates/ra-salsa/tests/cycles.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra-salsa/tests/cycles.rs b/crates/ra-salsa/tests/cycles.rs index 8113662655..3c3931e658 100644 --- a/crates/ra-salsa/tests/cycles.rs +++ b/crates/ra-salsa/tests/cycles.rs @@ -255,7 +255,7 @@ fn cycle_revalidate_unchanged_twice() { db.set_b_invokes(CycleQuery::A); assert!(db.cycle_a().is_err()); - db.set_c_invokes(CycleQuery::A); // force new revisi5on + db.set_c_invokes(CycleQuery::A); // force new revision // on this run expect![[r#" |