From 3baf98aa8fe0fff0414772176ce0a0095e8b0b32 Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Fri, 15 Feb 2019 18:05:54 +0100 Subject: Rajout d'opérateurs flottants, travail sur les tests --> à continuer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/mppa/instr/floatconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/mppa/instr/floatconv.c') diff --git a/test/mppa/instr/floatconv.c b/test/mppa/instr/floatconv.c index 025f968b..32b798e1 100644 --- a/test/mppa/instr/floatconv.c +++ b/test/mppa/instr/floatconv.c @@ -6,4 +6,4 @@ float int2float(int v){ BEGIN_TEST(int) c = (int) int2float(a) + (int) int2float(b) + (int) int2float(42.3); -END_TEST() +END_TEST32() -- cgit