Merge pull request #275 from brunoqc/patch-1

Remove duplicate Go test
This commit is contained in:
Robert 2015-09-21 15:13:24 -07:00
commit 2736711d67
1 changed files with 0 additions and 4 deletions

View File

@ -203,10 +203,6 @@ func CheckReadBuffer(buf []byte, offset flatbuffers.UOffsetT, fail func(string,
fail(FailString("monster.TestType()", example.AnyMonster, got))
}
if unionType := monster.TestType(); unionType != example.AnyMonster {
fail("monster.TestType()")
}
// initialize a Table from a union field Test(...)
var table2 flatbuffers.Table
if ok := monster.Test(&table2); !ok {