From: Ian Lance Taylor Date: Sun, 16 Feb 2020 02:24:35 +0000 (-0800) Subject: libbacktrace: update to current libgo test file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9a3d019a74d8d49fb6e6d75a00bd79fdb936a2e1;p=gcc.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 36457566054..c031dffb6b9 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 40f9c389a2a..2663c90061a 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;