commit 3b73c0dce4c0649973bc9f933a83ba0a84b3475f
parent 7324b84b009f736e2745b55a36b2f683f165374e
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Mon, 1 Nov 2021 17:51:32 +0100
tests/cc: Fix 0176-macro
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/cc/execute/0176-macro.c b/tests/cc/execute/0176-macro.c
@@ -11,7 +11,7 @@ main()
{
int (*fun)(int,int) = func;
- return (*func)(1, 2);
+ return (*func)(2, 1);
}
int
diff --git a/tests/cc/execute/scc-tests.lst b/tests/cc/execute/scc-tests.lst
@@ -166,7 +166,7 @@
0173-macro.c
0174-decay.c
0175-defined.c
-0176-macro.c [TODO]
+0176-macro.c
0177-literal.c [TODO]
0178-include.c [TODO]
0179-sizeof.c [TODO]