Enable a test that is kind of xfailing

This commit is contained in:
Dave Halter
2019-05-28 01:55:22 +02:00
parent ec7b6b8d80
commit 5fa8338886

View File

@@ -349,7 +349,8 @@ in_out2("")
in_out2(str())
#? str() int()
in_out2()
##? str() int()
# TODO this should actually be str() int(), because of the constraints.
#? float()
in_out2(1.0)
# -------------------------