summaryrefslogtreecommitdiff
path: root/test/nilptr/structfieldaddr.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/nilptr/structfieldaddr.go')
-rw-r--r--test/nilptr/structfieldaddr.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/nilptr/structfieldaddr.go b/test/nilptr/structfieldaddr.go
index 32e9f7931..b5d370ca8 100644
--- a/test/nilptr/structfieldaddr.go
+++ b/test/nilptr/structfieldaddr.go
@@ -1,3 +1,4 @@
+// [ $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)