From d02228d1857b9f49cd0252788516ff5584266eb6 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 5 Aug 2015 17:53:24 -0700 Subject: [PATCH] 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 Reviewed-by: David Crawshaw --- cmd/callgraph/main_test.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cmd/callgraph/main_test.go b/cmd/callgraph/main_test.go index 81fa490c..f1f7166d 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 (