summaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/mri/exists.asm
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gasp/mri/exists.asm')
-rw-r--r--gas/testsuite/gasp/mri/exists.asm10
1 files changed, 0 insertions, 10 deletions
diff --git a/gas/testsuite/gasp/mri/exists.asm b/gas/testsuite/gasp/mri/exists.asm
deleted file mode 100644
index 87220c624e9..00000000000
--- a/gas/testsuite/gasp/mri/exists.asm
+++ /dev/null
@@ -1,10 +0,0 @@
-exists macro arg1,arg2
- ifne ==arg2
- move arg1,arg2
- elsec
- push arg1
- endc
- endm
-
- exists foo,bar
- exists foo