Skip to content

Commit b89bf3c

Browse files
new
Change-Id: I7417c3489caaf7cbc8d1d5c522a6bdd8a119f3d6
1 parent 9a8fd85 commit b89bf3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/proc_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,6 +1165,6 @@ func TestCgoToGoCallGoexit(t *testing.T) {
11651165
}
11661166
output := runTestProg(t, "testprogcgo", "CgoToGoCallGoexit")
11671167
if !strings.Contains(output, "runtime.Goexit called in a thread that was not created by the Go runtime") {
1168-
t.Fatalf("output should contain %s", "runtime.Goexit called in a thread that was not created by the Go runtime")
1168+
t.Fatalf("output should contain %s, got %s", "runtime.Goexit called in a thread that was not created by the Go runtime", output)
11691169
}
11701170
}

0 commit comments

Comments
 (0)