Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
d1e7cffe
Commit
d1e7cffe
authored
Jul 22, 2010
by
Micah Stetson
Committed by
Andrew Gerrand
Jul 22, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gotest: fix the glob pattern in the top-of-file comment
R=golang-dev, adg CC=golang-dev
https://golang.org/cl/1847042
parent
916f896a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gotest
src/cmd/gotest/gotest
+2
-2
No files found.
src/cmd/gotest/gotest
View file @
d1e7cffe
...
...
@@ -3,10 +3,10 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# Using all the
test*
.go files in the current directory, write out a file
# Using all the
*_test
.go files in the current directory, write out a file
# _testmain.go that runs all its tests. Compile everything and run the
# tests.
# If files are named on the command line, use them instead of
test*
.go.
# If files are named on the command line, use them instead of
*_test
.go.
# Makes egrep,grep work better in general if we put them
# in ordinary C mode instead of what the current language is.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment