Skip to content

Commit 4ea8a72

Browse files
committed
Bless tests
1 parent 6d0f168 commit 4ea8a72

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/ui/drop-array.stderr

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
WARN klint::ctxt no klint metadata found for crate alloc
2+
WARN klint::ctxt no klint metadata found for crate core
23
note: reporting preemption count for instance `drop_lock`
34
--> $DIR/drop-array.rs:29:1
45
|

tests/ui/drop-slice.stderr

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ error: dropping element of slice causes non-zero preemption count adjustment
1010
= note: because slice can contain variable number of elements, adjustment for dropping the slice cannot be computed statically
1111

1212
WARN klint::ctxt no klint metadata found for crate alloc
13+
WARN klint::ctxt no klint metadata found for crate core
1314
note: reporting preemption count for instance `drop_sleep`
1415
--> $DIR/drop-slice.rs:24:1
1516
|

0 commit comments

Comments
 (0)