aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/general/compd.leu.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/general/compd.leu.c')
-rw-r--r--test/mppa/general/compd.leu.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/test/mppa/general/compd.leu.c b/test/mppa/general/compd.leu.c
index 8bb640b1..e386bc27 100644
--- a/test/mppa/general/compd.leu.c
+++ b/test/mppa/general/compd.leu.c
@@ -1,4 +1,7 @@
-int main(void){
- unsigned long long a = 5, b = -2;
- return (a <= b);
+#include "framework.h"
+
+BEGIN_TEST(unsigned long long)
+{
+ c = (a <= b);
}
+END_TEST()