commit | d02228d1857b9f49cd0252788516ff5584266eb6 | [log] [tgz] |
---|---|---|
author | Robert Griesemer <gri@golang.org> | Wed Aug 05 17:53:24 2015 -0700 |
committer | Robert Griesemer <gri@golang.org> | Thu Aug 06 01:46:44 2015 +0000 |
tree | 3a3b396229040322d63950a2bc0a32bfd5eb53b9 | |
parent | 958ab4f550841ef2a394d6c39ae969e29a53b132 [diff] [blame] |
cmd/callgraph: exclude test for Android For golang/go#11811. Change-Id: I4cec398a0a6d43f3297c205f73193522928a5b31 Reviewed-on: https://go-review.googlesource.com/13280 Reviewed-by: Rob Pike <r@golang.org> Reviewed-by: David Crawshaw <crawshaw@golang.org>
diff --git a/cmd/callgraph/main_test.go b/cmd/callgraph/main_test.go index 81fa490..f1f7166 100644 --- a/cmd/callgraph/main_test.go +++ b/cmd/callgraph/main_test.go
@@ -1,3 +1,11 @@ +// Copyright 2014 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. + +// No testdata on Android. + +// +build !android + package main import (