mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-11-24 20:20:26 +00:00
enable logging for tracked-fn-read-own-entity test
This commit is contained in:
parent
f513f46380
commit
7e747f357c
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
//! Test that a `tracked` fn on a `salsa::input`
|
||||
//! compiles and executes successfully.
|
||||
use salsa_2022_tests::{HasLogger, Logger};
|
||||
|
||||
use expect_test::expect;
|
||||
use salsa_2022_tests::{HasLogger, Logger};
|
||||
use test_log::test;
|
||||
|
||||
#[salsa::jar(db = Db)]
|
||||
struct Jar(MyInput, MyTracked, final_result, intermediate_result);
|
||||
|
|
Loading…
Reference in a new issue