Fix ui tests for llvm_asm! deprecation

This commit is contained in:
Amanieu d'Antras 2021-07-29 19:45:13 +02:00
parent 6fd4f3463f
commit 632a400a36
76 changed files with 177 additions and 132 deletions

View file

@ -9,6 +9,7 @@
// dont-check-compiler-stdout - don't check for any AST change.
#![feature(llvm_asm)]
#![allow(deprecated)] // llvm_asm!
enum V {
A(i32),