From 75cac302a59a401dd519bb3c93a58b4292dc0f9d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 15 Feb 2020 18:26:32 -0800 Subject: [PATCH] libbacktrace: update to current libgo test file --- ztest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ztest.c b/ztest.c index aeb83dc..79cd366 100644 --- a/ztest.c +++ b/ztest.c @@ -314,8 +314,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;