summaryrefslogtreecommitdiffstats
path: root/src/test/ui/asm/unpretty-expanded.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/asm/unpretty-expanded.rs')
-rw-r--r--src/test/ui/asm/unpretty-expanded.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/ui/asm/unpretty-expanded.rs b/src/test/ui/asm/unpretty-expanded.rs
deleted file mode 100644
index 25cf1c3d7..000000000
--- a/src/test/ui/asm/unpretty-expanded.rs
+++ /dev/null
@@ -1,4 +0,0 @@
-// needs-asm-support
-// check-pass
-// compile-flags: -Zunpretty=expanded
-core::arch::global_asm!("x: .byte 42");