summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/mips/sanity.s
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/sim/mips/sanity.s')
-rw-r--r--sim/testsuite/sim/mips/sanity.s20
1 files changed, 0 insertions, 20 deletions
diff --git a/sim/testsuite/sim/mips/sanity.s b/sim/testsuite/sim/mips/sanity.s
deleted file mode 100644
index 74551edd404..00000000000
--- a/sim/testsuite/sim/mips/sanity.s
+++ /dev/null
@@ -1,20 +0,0 @@
-# mips test sanity, expected to pass.
-# mach: all
-# as: -mabi=eabi
-# ld: -N -Ttext=0x80010000
-# output: *\\npass\\n
-
- .include "testutils.inc"
-
- setup
-
- .set noreorder
-
- .ent DIAG
-DIAG:
-
- writemsg "Sanity is good!"
-
- pass
-
- .end DIAG