diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 6cfbd46a4cd9..2c994276dac3 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -59,7 +59,6 @@ rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported rm tests/ui/asm/label-operand.rs # same rm tests/ui/asm/may_unwind.rs # asm unwinding not supported rm tests/ui/asm/aarch64/may_unwind.rs # same -rm tests/ui/asm/x86_64/global_asm_escape.rs # rust-lang/rust#151955 needs to be applied to non-LLVM codegen backends too # misc unimplemented things rm tests/ui/target-feature/missing-plusminus.rs # error not implemented