Skip to content

Commit

Permalink
Discard changes to tests/accumulate-from-tracked-fn.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Jul 29, 2024
1 parent 1de0731 commit c760e42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/accumulate-from-tracked-fn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
//! Then mutate the values so that the tracked function re-executes.
//! Check that we accumulate the appropriate, new values.
use expect_test::expect;
use test_log::test;

mod common;
use common::{HasLogger, Logger};

use expect_test::expect;
use salsa::{Accumulator, Setter};
use test_log::test;

mod common;
#[salsa::db]
trait Db: salsa::Database + HasLogger {}

Expand Down

0 comments on commit c760e42

Please sign in to comment.