From aa684341294a9125c528041f81d17c488bed5552 Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Thu, 26 Apr 2018 13:44:33 +0000 Subject: [ld/testsuite] Fix pr2404 output. 2018-04-26 Christophe Lyon * testsuite/ld-elf/pr2404b.c (main): Adjust printf to account for new variable name. * testsuite/ld-elf/pr2404.out: Adjust expected output accordingly. --- ld/testsuite/ld-elf/pr2404.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ld/testsuite/ld-elf/pr2404.out') diff --git a/ld/testsuite/ld-elf/pr2404.out b/ld/testsuite/ld-elf/pr2404.out index d1aa5fe..987e528 100644 --- a/ld/testsuite/ld-elf/pr2404.out +++ b/ld/testsuite/ld-elf/pr2404.out @@ -1,4 +1,4 @@ times: -1 times: 20 -time: 0 -time: 10 +time1: 0 +time1: 10 -- cgit v1.1