From bf2182605cb0dac32f6cd9194664994beae299fa Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Thu, 10 Jul 2014 15:53:15 +0200 Subject: Add missing seperator messages in expected_input4gcc.txt to help readability. --- ref_v_comp_op.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ref_v_comp_op.c') diff --git a/ref_v_comp_op.c b/ref_v_comp_op.c index ed750ff..1e3adc5 100644 --- a/ref_v_comp_op.c +++ b/ref_v_comp_op.c @@ -130,6 +130,7 @@ FNNAME (INSN_NAME) /* The same result buffers are used multiple times, so output them before overwriting them */ fprintf(ref_file, "\n%s output:\n", TEST_MSG); + fprintf(gcc_tests_file, "\n%s output:\n", TEST_MSG); TEST_VCOMP(INSN_NAME, , int, s, uint, 8, 8); TEST_VCOMP(INSN_NAME, , int, s, uint, 16, 4); TEST_VCOMP(INSN_NAME, , int, s, uint, 32, 2); -- cgit v1.2.3