summaryrefslogtreecommitdiff
path: root/xproto/xproto_test.go
diff options
context:
space:
mode:
authorAndrew Gallant <[email protected]>2013-01-26 12:51:48 -0500
committerAndrew Gallant <[email protected]>2013-01-26 12:51:48 -0500
commit7043a79bf5cdf6f52a6dc4a05be364da10593ad4 (patch)
treed4013315844c1c91adffaca5636bde134f5a2eb8 /xproto/xproto_test.go
parent0faa267d653d815a370a50be59480a3801bc440f (diff)
gofmt
Diffstat (limited to 'xproto/xproto_test.go')
-rw-r--r--xproto/xproto_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/xproto/xproto_test.go b/xproto/xproto_test.go
index 8d0ca88..44d3285 100644
--- a/xproto/xproto_test.go
+++ b/xproto/xproto_test.go
@@ -88,8 +88,8 @@ func TestCookieBuffer(t *testing.T) {
TestProperty(t)
}
-// TestSequenceWrap issues (2^16) + n requests w/ replies to guarantee that the
-// sequence number (which is a 16 bit integer) will wrap. It then issues one
+// TestSequenceWrap issues (2^16) + n requests w/ replies to guarantee that the
+// sequence number (which is a 16 bit integer) will wrap. It then issues one
// final request to ensure things still work properly.
func TestSequenceWrap(t *testing.T) {
n := (1 << 16) + 10