summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/frv/nop.cgs
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/sim/frv/nop.cgs')
-rw-r--r--sim/testsuite/sim/frv/nop.cgs12
1 files changed, 0 insertions, 12 deletions
diff --git a/sim/testsuite/sim/frv/nop.cgs b/sim/testsuite/sim/frv/nop.cgs
deleted file mode 100644
index 7180066ce9c..00000000000
--- a/sim/testsuite/sim/frv/nop.cgs
+++ /dev/null
@@ -1,12 +0,0 @@
-# frv testcase for nop
-# mach: all
-
- .include "testutils.inc"
-
- start
-
- .global nop
-nop:
- nop
-
- pass