Uncomment accidentally commented-out code.

This commit is contained in:
scruzin 2019-01-13 15:55:02 +10:30
parent 5cf880761e
commit a8572722b5
1 changed files with 0 additions and 2 deletions

View File

@ -93,7 +93,6 @@ func TestNumbers(t *testing.T) {
}
}
/*
// TestProperties tests encoding and decoding of properties.
func TestProperties(t *testing.T) {
var buf [1024]byte
@ -145,7 +144,6 @@ func TestProperties(t *testing.T) {
}
}
*/
// TestObject tests encoding and decoding of objects.
func TestObject(t *testing.T) {