diff --git a/tests/Python/TestPyInterop.fs b/tests/Python/TestPyInterop.fs index 809a33bdc1..575d06d512 100644 --- a/tests/Python/TestPyInterop.fs +++ b/tests/Python/TestPyInterop.fs @@ -46,9 +46,9 @@ let myComplexAdder x y = x + y type NameProp = { Name: string } -type Props = - | Names of NameProp array - | [] Custom of key:string * value:obj +// type Props = +// | Names of NameProp array +// | [] Custom of key:string * value:obj [] type PyArray =