diff options
author | Matthew Dempsky <mdempsky@google.com> | 2016-08-16 15:25:01 -0700 |
---|---|---|
committer | Matthew Dempsky <mdempsky@google.com> | 2016-08-16 22:42:13 +0000 |
commit | e809658d77616c0af4213ae25797ea861076a484 (patch) | |
tree | cbce4beb7fd3b4ac1e9b85cfa62a527a70496495 | |
parent | 504a104a2cbc7e7e2a1c01be31c97f363369fe3e (diff) | |
download | go-git-dev.gcfe.tar.gz |
misc/nacl: include parser.go for cmd/compile/internal/syntax testsdev.gcfe
Fix suggested by Minux.
Change-Id: Ia7aa8ccccc16535af4ec3ad23830ef0aa5d776ac
Reviewed-on: https://go-review.googlesource.com/27193
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Minux Ma <minux@golang.org>
-rw-r--r-- | misc/nacl/testzip.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/nacl/testzip.proto b/misc/nacl/testzip.proto index 8a8784c8be..bb7b39d8ca 100644 --- a/misc/nacl/testzip.proto +++ b/misc/nacl/testzip.proto @@ -18,6 +18,10 @@ go src=.. asm testdata + + compile + internal + syntax + parser.go doc main.go pkg.go |