Fix some crash-test directives

This commit is contained in:
Zalathar 2025-09-28 18:44:19 +10:00
parent f957826bff
commit b71c469040
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
//@ known-bug: rust-lang/rust#125772
//@ only-x86_64
//@ only-64bit
#![feature(generic_const_exprs)]
struct Outer<const A: i64, const B: i64>();

View file

@ -1,5 +1,5 @@
//@ known-bug: #131292
//@ only-x86_64
//@ needs-asm-support
use std::arch::asm;
unsafe fn f6() {

View file

@ -1,6 +1,6 @@
//@ compile-flags: -g -Copt-level=0 -Z verify-llvm-ir
//@ known-bug: #34127
//@ only-x86_64
//@ only-64bit
pub fn main() {
let _a = [(); 1 << 63];