Skip to content

Commit ab86acd

Browse files
committed
Fix tests
1 parent ab93a13 commit ab86acd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/test/ui/target-feature/gate.rs

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
// gate-test-f16c_target_feature
2828
// gate-test-riscv_target_feature
2929
// gate-test-ermsb_target_feature
30+
// gate-test-bpf_target_feature
3031

3132
#[target_feature(enable = "avx512bw")]
3233
//~^ ERROR: currently unstable

src/test/ui/target-feature/gate.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0658]: the target feature `avx512bw` is currently unstable
2-
--> $DIR/gate.rs:31:18
2+
--> $DIR/gate.rs:32:18
33
|
44
LL | #[target_feature(enable = "avx512bw")]
55
| ^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)