From 39315de738e86e1f1beb52ae14101b5caf7486a2 Mon Sep 17 00:00:00 2001 From: Carlos Maniero Date: Fri, 21 Apr 2023 14:36:28 -0300 Subject: gas: Generate arithmetics expressions We decided for using push and pop to simplify the implementation, we want to revisit the approach latter. Signed-off-by: Carlos Maniero Co-authored-by: Johnny Richard --- test/integration_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test/integration_test.c') diff --git a/test/integration_test.c b/test/integration_test.c index a624f8c..0ef3f5d 100644 --- a/test/integration_test.c +++ b/test/integration_test.c @@ -46,6 +46,7 @@ test_examples(const MunitParameter params[], void *user_data_or_fixture) { assert_exit_status("../examples/main.pipa", 69); + assert_exit_status("../examples/arithmetics.pipa", 13); return MUNIT_OK; } -- cgit v1.2.3