Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Jun 19, 2023
1 parent e9c72c3 commit 9792b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/icrate/tests/mutable_array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ fn test_threaded() {
std::thread::scope(|s| {
s.spawn(|| {
for _ in 0..1000 {
let _ = NSMutableArray::from_id_slice(&[NSObject::new(), NSObject::new()]);
let _ = <NSMutableArray<NSObject>>::new();
// assert!(array.is_some(), "{i}");
// for item in &array {
// let _: &NSObject = item;
Expand Down

0 comments on commit 9792b49

Please sign in to comment.