summaryrefslogtreecommitdiff
path: root/test/errchk
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2013-03-22 15:14:40 -0400
committerRuss Cox <rsc@golang.org>2013-03-22 15:14:40 -0400
commitde3fc0404de5de294e410b2ca1cd4c8365025255 (patch)
tree3c2d8498d41a13269c5caf4e385229f18499f7e2 /test/errchk
parent99368f34998ae3302740a034ad03575a37bc43af (diff)
downloadgo-de3fc0404de5de294e410b2ca1cd4c8365025255.tar.gz
cmd/vet: add assembly checker
Fixes issue 5036. R=golang-dev, r CC=golang-dev https://codereview.appspot.com/7531045
Diffstat (limited to 'test/errchk')
-rwxr-xr-xtest/errchk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/errchk b/test/errchk
index 6b00570bd..b8b312a92 100755
--- a/test/errchk
+++ b/test/errchk
@@ -31,7 +31,7 @@ if(@ARGV < 1) {
# Grab SOURCEFILES
foreach(reverse 0 .. @ARGV-1) {
- unless($ARGV[$_] =~ /\.go$/) {
+ unless($ARGV[$_] =~ /\.(go|s)$/) {
@file = @ARGV[$_+1 .. @ARGV-1];
last;
}