mirror of
https://github.com/golang/go
synced 2024-11-11 18:31:38 -07:00
new
Change-Id: I7417c3489caaf7cbc8d1d5c522a6bdd8a119f3d6
This commit is contained in:
parent
9a8fd8508b
commit
b89bf3cab7
@ -1165,6 +1165,6 @@ func TestCgoToGoCallGoexit(t *testing.T) {
|
||||
}
|
||||
output := runTestProg(t, "testprogcgo", "CgoToGoCallGoexit")
|
||||
if !strings.Contains(output, "runtime.Goexit called in a thread that was not created by the Go runtime") {
|
||||
t.Fatalf("output should contain %s", "runtime.Goexit called in a thread that was not created by the Go runtime")
|
||||
t.Fatalf("output should contain %s, got %s", "runtime.Goexit called in a thread that was not created by the Go runtime", output)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user