]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/testing/sub_test.go
[dev.fuzz] all: merge master (d137b74) into dev.fuzz
[gostls13.git] / src / testing / sub_test.go
index 2d9e145a7387db9f732d8c1e3e697f15d7127d67..6a5add6f4e89f5f259d8b94ad962ffd955f612d2 100644 (file)
@@ -823,7 +823,7 @@ func TestLogAfterComplete(t *T) {
                                                c2 <- fmt.Sprintf("subtest panic with unexpected value %v", p)
                                                return
                                        }
-                                       const want = "Log in goroutine after TestLateLog has completed"
+                                       const want = "Log in goroutine after TestLateLog has completed: log after test"
                                        if !strings.Contains(s, want) {
                                                c2 <- fmt.Sprintf("subtest panic %q does not contain %q", s, want)
                                        }