projects
/
platform
/
upstream
/
flatbuffers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5de28c7
)
Remove duplicate Go test
author
Bruno Bigras
<bigras.bruno@gmail.com>
Mon, 21 Sep 2015 21:51:16 +0000
(17:51 -0400)
committer
Bruno Bigras
<bigras.bruno@gmail.com>
Mon, 21 Sep 2015 21:51:16 +0000
(17:51 -0400)
tests/go_test.go
patch
|
blob
|
history
diff --git
a/tests/go_test.go
b/tests/go_test.go
index
18a6b8e
..
66bac27
100644
(file)
--- a/
tests/go_test.go
+++ b/
tests/go_test.go
@@
-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 {