Skip to content

Commit

Permalink
Fix miri test
Browse files Browse the repository at this point in the history
  • Loading branch information
nbdd0121 committed Apr 24, 2024
1 parent f8a1cad commit 8169c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/miri/tests/pass/portable-simd.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//@compile-flags: -Zmiri-strict-provenance
#![feature(portable_simd, adt_const_params, inline_const, core_intrinsics)]
#![feature(portable_simd, adt_const_params, core_intrinsics)]
#![allow(incomplete_features, internal_features)]
use std::intrinsics::simd as intrinsics;
use std::ptr;
Expand Down

0 comments on commit 8169c4c

Please sign in to comment.