aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/instr/fnegw.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/instr/fnegw.c')
-rw-r--r--test/mppa/instr/fnegw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mppa/instr/fnegw.c b/test/mppa/instr/fnegw.c
index acbabf68..fbeaab8e 100644
--- a/test/mppa/instr/fnegw.c
+++ b/test/mppa/instr/fnegw.c
@@ -1,6 +1,6 @@
#include "framework.h"
-BEGIN_TEST(double)
+BEGIN_TEST(float)
{
c = (-(float)a);
}