diff --git a/tests/cortex/src/main.rs b/tests/cortex/src/main.rs index 0d3be2e..a260a42 100644 --- a/tests/cortex/src/main.rs +++ b/tests/cortex/src/main.rs @@ -33,7 +33,7 @@ fn main() -> ! { assert_eq!(sum, 9 + 99 + 999); #[distributed_slice] - static EMPTY: [i32]; + static EMPTY: [i32] = [..]; assert!(EMPTY.is_empty());