diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2023-03-27 18:56:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-27 18:56:21 +0200 |
| commit | 17f2c2bbd341087695b181b52e423512161c092f (patch) | |
| tree | 0b81dbfdc34fb25bc9921a51cbdeddd22fd13503 | |
| parent | bb96606f8b7f5ace058c4c52b0d83f49c17213d0 (diff) | |
| parent | e9815d663881d5b7122ebc59f12f279c79ea23da (diff) | |
Rollup merge of #109637 - bjorn3:add_test_annotation, r=tmiasko
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)] |
