From: Ian Lance Taylor Date: Sun, 16 Feb 2020 02:24:35 +0000 (-0800) Subject: libbacktrace: update to current libgo test file X-Git-Tag: basepoints/gcc-11~1418 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a3d019a74d8d49fb6e6d75a00bd79fdb936a2e1;p=thirdparty%2Fgcc.git libbacktrace: update to current libgo test file * ztest.c (test_large): Update file to current libgo test file. --- diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog index 364575660541..c031dffb6b9f 100644 --- a/libbacktrace/ChangeLog +++ b/libbacktrace/ChangeLog @@ -1,3 +1,7 @@ +2020-02-15 Ian Lance Taylor + + * ztest.c (test_large): Update file to current libgo test file. + 2020-02-03 Ian Lance Taylor * Makefile.am (libbacktrace_TEST_CFLAGS): Define. diff --git a/libbacktrace/ztest.c b/libbacktrace/ztest.c index 40f9c389a2ae..2663c90061a1 100644 --- a/libbacktrace/ztest.c +++ b/libbacktrace/ztest.c @@ -315,8 +315,8 @@ test_large (struct backtrace_state *state) size_t ctimes[16]; size_t ztimes[16]; static const char * const names[] = { - "Mark.Twain-Tom.Sawyer.txt", - "../libgo/go/compress/testdata/Mark.Twain-Tom.Sawyer.txt" + "Isaac.Newton-Opticks.txt", + "../libgo/go/testdata/Isaac.Newton-Opticks.txt", }; orig_buf = NULL;