gcc/libgo/go/runtime/crash_cgo_test.go
Ian Lance Taylor 4ccad563d2 libgo: Update to current sources.
From-SVN: r192704
2012-10-23 04:31:11 +00:00

16 lines
307 B
Go

// Copyright 2012 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build cgo
package runtime_test
import (
"testing"
)
func TestCgoCrashHandler(t *testing.T) {
testCrashHandler(t, &crashTest{Cgo: true})
}