File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1377,6 +1377,7 @@ mod tests {
1377
1377
}
1378
1378
1379
1379
#[ test]
1380
+ #[ cfg( feature = "track_change_detection" ) ]
1380
1381
#[ track_caller]
1381
1382
fn observer_caller_location_event ( ) {
1382
1383
#[ derive( Event ) ]
@@ -1391,6 +1392,7 @@ mod tests {
1391
1392
}
1392
1393
1393
1394
#[ test]
1395
+ #[ cfg( feature = "track_change_detection" ) ]
1394
1396
#[ track_caller]
1395
1397
fn observer_caller_location_command_archetype_move ( ) {
1396
1398
#[ derive( Component ) ]
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ use crate::{
14
14
} ;
15
15
use bevy_ptr:: { OwningPtr , Ptr } ;
16
16
use bevy_utils:: { HashMap , HashSet } ;
17
+ #[ cfg( feature = "track_change_detection" ) ]
17
18
use core:: panic:: Location ;
18
19
use core:: { any:: TypeId , marker:: PhantomData , mem:: MaybeUninit } ;
19
20
use thiserror:: Error ;
You can’t perform that action at this time.
0 commit comments