mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-08-04 11:00:05 +00:00
Merge 8a5d8f3b2b
into 7ab42086d1
This commit is contained in:
commit
0c6114ccde
1 changed files with 0 additions and 3 deletions
|
@ -30,7 +30,6 @@ fn dummy(_db: &dyn KnobsDatabase) -> u32 {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg_attr(miri, ignore)]
|
||||
fn execute() {
|
||||
let db = salsa::DatabaseImpl::new();
|
||||
|
||||
|
@ -42,7 +41,6 @@ fn execute() {
|
|||
|
||||
// we expect this to panic, as `salsa::par_map` needs to be called from a query.
|
||||
#[test]
|
||||
#[cfg_attr(miri, ignore)]
|
||||
#[should_panic]
|
||||
fn direct_calls_panic() {
|
||||
let db = salsa::DatabaseImpl::new();
|
||||
|
@ -68,7 +66,6 @@ fn direct_calls_panic() {
|
|||
// panics
|
||||
|
||||
#[test]
|
||||
#[cfg_attr(miri, ignore)]
|
||||
fn execute_cancellation() {
|
||||
let mut db = Knobs::default();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue