Skip to content

Commit 4a83268

Browse files
committed
Update test_native_traceback_with_shim_frames
Signed-off-by: Kirill Ignatev <kiri11@users.noreply.github.com>
1 parent 4d6fd43 commit 4a83268

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/unit/test_traceback_formatter.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,12 +1659,10 @@ def test_native_traceback_with_shim_frames():
16591659
' (Python) File "file1.py", line 1, in function1',
16601660
' x = "This is the line 1" or (1+1)',
16611661
' (Python) File "<shim>", line 0, in <shim>',
1662-
' x = "This is the line 4" or (1+1)',
16631662
' (C) File "native_file2.c", line 2, in native_function2 (library.so)',
16641663
' (Python) File "file2.py", line 2, in function2',
16651664
' x = "This is the line 2" or (1+1)',
16661665
' (Python) File "<shim>", line 0, in <shim>',
1667-
' x = "This is the line 4" or (1+1)',
16681666
' (C) File "native_file3.c", line 3, in native_function3 (library.so)',
16691667
' (Python) File "file3.py", line 3, in function3',
16701668
' x = "This is the line 3" or (1+1)',

0 commit comments

Comments
 (0)