diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-03-26 17:30:18 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-03-26 17:30:29 +0000 |
| commit | e9815d663881d5b7122ebc59f12f279c79ea23da (patch) | |
| tree | 5545889a06f2e6b672a69ffd1a4cc48e062266df | |
| parent | 89c2e3d3d75486e52473de3ae38f0ca6efeffef2 (diff) | |
| download | rust-e9815d663881d5b7122ebc59f12f279c79ea23da.tar.gz rust-e9815d663881d5b7122ebc59f12f279c79ea23da.zip | |
Add missing needs-asm-support annotation to ui/simple_global_asm.rs
| -rw-r--r-- | tests/ui/simple_global_asm.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/simple_global_asm.rs b/tests/ui/simple_global_asm.rs index 3c69379ff14..c3b2f2e0bc4 100644 --- a/tests/ui/simple_global_asm.rs +++ b/tests/ui/simple_global_asm.rs @@ -1,4 +1,5 @@ // run-pass +// needs-asm-support #![feature(naked_functions)] #![allow(dead_code)] |
