summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mmix/err-ser-1.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/mmix/err-ser-1.s')
-rw-r--r--gas/testsuite/gas/mmix/err-ser-1.s10
1 files changed, 0 insertions, 10 deletions
diff --git a/gas/testsuite/gas/mmix/err-ser-1.s b/gas/testsuite/gas/mmix/err-ser-1.s
deleted file mode 100644
index fb9bdc13d5..0000000000
--- a/gas/testsuite/gas/mmix/err-ser-1.s
+++ /dev/null
@@ -1,10 +0,0 @@
-% { dg-do assemble { target mmix-*-* } }
-% { dg-bogus "bad expression" "" { xfail mmix-*-* } 9 }
-% { dg-bogus "bad expression" "" { xfail mmix-*-* } 10 }
-
-% Make sure we correctly diagnose the serial-number operator.
-% We can't stop the "bad expression" error, though; hence the "bogus" errors.
-
-a IS 42
-Main TETRA &a<<8 { dg-error "serial number operator is not supported" "" }
- TETRA 3+&a<<8 { dg-error "serial number operator is not supported" "" }