diff --git a/Lib/test/output/test_coercion b/Lib/test/output/test_coercion index 42097502b38..dc74b375e48 100644 --- a/Lib/test/output/test_coercion +++ b/Lib/test/output/test_coercion @@ -520,7 +520,7 @@ test_coercion [1] - ... exceptions.TypeError [1] -= ... exceptions.TypeError [1] * = [1] -[1] *= ... exceptions.TypeError +[1] *= => [1] [1] / ... exceptions.TypeError [1] /= ... exceptions.TypeError [1] ** ... exceptions.TypeError @@ -532,7 +532,7 @@ test_coercion [1] - ... exceptions.TypeError [1] -= ... exceptions.TypeError [1] * = [1, 1] -[1] *= ... exceptions.TypeError +[1] *= => [1, 1] [1] / ... exceptions.TypeError [1] /= ... exceptions.TypeError [1] ** ... exceptions.TypeError