mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 21:43:40 +00:00
reflect: add CanInt() and friends and uncomments tests that pass
This commit is contained in:
@@ -430,6 +430,8 @@ func TestMapIterSet(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
func TestCanIntUintFloatComplex(t *testing.T) {
|
||||
type integer int
|
||||
type uinteger uint
|
||||
@@ -617,8 +619,6 @@ func TestCanSetField(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
var _i = 7
|
||||
|
||||
var valueToStringTests = []pair{
|
||||
|
||||
Reference in New Issue
Block a user