Rollup merge of #109637 - bjorn3:add_test_annotation, r=tmiasko

Add missing needs-asm-support annotation to ui/simple_global_asm.rs
This commit is contained in:
Guillaume Gomez 2023-03-27 18:56:21 +02:00 committed by GitHub
commit 17f2c2bbd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
// run-pass
// needs-asm-support
#![feature(naked_functions)]
#![allow(dead_code)]