summaryrefslogtreecommitdiff
path: root/test/nilptr/structfieldaddr.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-12-15 11:49:23 -0500
committerRuss Cox <rsc@golang.org>2010-12-15 11:49:23 -0500
commit4bb8ed01e271acfae88476a58c064147dc225ebb (patch)
tree210ca3589049864d0c33e15ba3c42b0cbe7945fa /test/nilptr/structfieldaddr.go
parentd3993337c24d74c4d337a4973d04cec1ff0b3d2a (diff)
downloadgo-4bb8ed01e271acfae88476a58c064147dc225ebb.tar.gz
remove nacl
The recent linker changes broke NaCl support a month ago, and there are no known users of it. The NaCl code can always be recovered from the repository history. R=adg, r CC=golang-dev http://codereview.appspot.com/3671042
Diffstat (limited to 'test/nilptr/structfieldaddr.go')
-rw-r--r--test/nilptr/structfieldaddr.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/nilptr/structfieldaddr.go b/test/nilptr/structfieldaddr.go
index 81551aa3b..f3177bafb 100644
--- a/test/nilptr/structfieldaddr.go
+++ b/test/nilptr/structfieldaddr.go
@@ -1,4 +1,3 @@
-// [ $GOOS != nacl ] || exit 0 # do not bother on NaCl
// $G $D/$F.go && $L $F.$A &&
// ((! sh -c ./$A.out) >/dev/null 2>&1 || echo BUG: should fail)