libbacktrace: update to current libgo test file

* ztest.c (test_large): Update file to current libgo test file.
This commit is contained in:
Ian Lance Taylor 2020-02-15 18:24:35 -08:00
parent 93b8cfce27
commit 9a3d019a74
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2020-02-15 Ian Lance Taylor <iant@golang.org>
* ztest.c (test_large): Update file to current libgo test file.
2020-02-03 Ian Lance Taylor <iant@golang.org> 2020-02-03 Ian Lance Taylor <iant@golang.org>
* Makefile.am (libbacktrace_TEST_CFLAGS): Define. * Makefile.am (libbacktrace_TEST_CFLAGS): Define.

View File

@ -315,8 +315,8 @@ test_large (struct backtrace_state *state)
size_t ctimes[16]; size_t ctimes[16];
size_t ztimes[16]; size_t ztimes[16];
static const char * const names[] = { static const char * const names[] = {
"Mark.Twain-Tom.Sawyer.txt", "Isaac.Newton-Opticks.txt",
"../libgo/go/compress/testdata/Mark.Twain-Tom.Sawyer.txt" "../libgo/go/testdata/Isaac.Newton-Opticks.txt",
}; };
orig_buf = NULL; orig_buf = NULL;