Solve Static Check Error

This commit is contained in:
Jian Huang
2015-08-15 17:04:12 +08:00
parent b5a4a548df
commit c350d325e9
2 changed files with 4 additions and 4 deletions

View File

@@ -488,7 +488,7 @@ func TestUninitializedNoCrash(t *testing.T) {
q.Value()
q.MilliValue()
q.Copy()
q.String()
_ = q.String()
q.MarshalJSON()
}