From 70b7c357476ed3525ddb5d2739e70690cfebb207 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Wed, 16 Jan 2013 08:25:50 +0100 Subject: [PATCH] tests: minor refactoring * tests/named-refs.at: Use AT_FULL_COMPILE where applicable. --- tests/named-refs.at | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/named-refs.at b/tests/named-refs.at index f43c813f..ec44e049 100644 --- a/tests/named-refs.at +++ b/tests/named-refs.at @@ -181,8 +181,7 @@ AT_DATA([input.txt], (2^2)^3 = 64 ]]) -AT_BISON_CHECK([-o test.c test.y]) -AT_COMPILE([[test]]) +AT_FULL_COMPILE([[test]]) AT_PARSER_CHECK([./test input.txt], 0, [], [stderr]) AT_BISON_OPTION_POPDEFS AT_CLEANUP -- 2.45.2