Commit Diff


commit - 47c583a940ee00f13e1495799bade6786a36bd5e
commit + 77a089af1da79861c414d59aef49c776c3090239
blob - 914413c0519e105f0cce13eefa319ec74604c2ba
blob + c8d3358abbdf58f8e98cefae7edc19ea66e0820c
--- regress/super-simple.9ps
+++ regress/super-simple.9ps
@@ -10,5 +10,6 @@ const (
 testing "if version works" dir "./root" {
 	send(Tversion, notag, msize, version)
 	m = recv()
+	assert m.type == Rversion
 	print("the response is", m)
 }