commit 433b9cd26eb5d27977eb8cde6bb1c019606e0ffa parent 4905c06d9a661cb71b7a6e4dec421996cbaa5779 Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Mon, 1 Nov 2021 17:36:27 +0100 tests/cc: Fix 0171-macros.c Diffstat:
| M | tests/cc/execute/0171-macros.c | | | 2 | +- |
| M | tests/cc/execute/scc-tests.lst | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/cc/execute/0171-macros.c b/tests/cc/execute/0171-macros.c @@ -6,5 +6,5 @@ int main(void) { - return X == L + H + Q(1); + return X == L + H + Q(1) ? 0 : 1; } diff --git a/tests/cc/execute/scc-tests.lst b/tests/cc/execute/scc-tests.lst @@ -161,7 +161,7 @@ 0168-array.c [TODO] 0169-string.c [TODO] 0170-line.c [TODO] -0171-macros.c [TODO] +0171-macros.c 0172-hexa.c 0173-macro.c 0174-decay.c