From 63a4610221d6f636315721a865d4c94bc5f1db25 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Wed, 28 Apr 2021 15:58:37 -0500 Subject: [PATCH] update expected output .. our auto-formatter introduces a blank line here that upstream doesn't have, so our expected output's error location changes by 1 line. --- tests/thread/thread_exc2.py.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/thread/thread_exc2.py.exp b/tests/thread/thread_exc2.py.exp index cc7a20aa26..469516dacc 100644 --- a/tests/thread/thread_exc2.py.exp +++ b/tests/thread/thread_exc2.py.exp @@ -1,5 +1,5 @@ Unhandled exception in thread started by Traceback (most recent call last): - File \.\+, line 6, in thread_entry + File \.\+, line 7, in thread_entry ValueError: done