mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-28 06:14:10 +08:00
aa8901e9bb
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/193497 From-SVN: r275473
13 lines
359 B
Go
13 lines
359 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.
|
|
|
|
package cgotest
|
|
|
|
import "testing"
|
|
|
|
// Stubs for tests that fails to build on Android
|
|
func test6997(t *testing.T) {}
|
|
func test8694(t *testing.T) {}
|
|
func testSigaltstack(t *testing.T) {}
|