summaryrefslogtreecommitdiff
path: root/compat/json/borrowed_tagkey_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'compat/json/borrowed_tagkey_test.go')
-rw-r--r--compat/json/borrowed_tagkey_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/compat/json/borrowed_tagkey_test.go b/compat/json/borrowed_tagkey_test.go
index 6a2d612..6330efd 100644
--- a/compat/json/borrowed_tagkey_test.go
+++ b/compat/json/borrowed_tagkey_test.go
@@ -96,7 +96,6 @@ var structTagObjectKeyTests = []struct {
}
func TestStructTagObjectKey(t *testing.T) {
- t.Skip() // TODO
for _, tt := range structTagObjectKeyTests {
b, err := Marshal(tt.raw)
if err != nil {