Skip to content

Commit 44dfcee

Browse files
committed
disable-test-for-517 (4)
1 parent f12b074 commit 44dfcee

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

tests/fsharp/core/quotes/test.fsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,13 +1158,11 @@ module MoreTests =
11581158
test "test3932q1" (isPropSet <@ ClassOneArg(3).Setter <- 3 @>)
11591159
// Disabled, see https://github.com/fsharp/fsharp/issues/517
11601160
// test "test3932q2" (isPropGet <@ ClassOneArg(3).GetterIndexer(3) @>)
1161-
test "test3932q3" (isPropGet <@ ClassOneArg(3).[3] @>)
1162-
// Disabled, see https://github.com/fsharp/fsharp/issues/517
1163-
//test "test3932q4" (isPropGet <@ ClassOneArg(3).TupleGetterIndexer((3,4)) @>)
1164-
// Disabled, see https://github.com/fsharp/fsharp/issues/517
1161+
// test "test3932q3" (isPropGet <@ ClassOneArg(3).[3] @>)
1162+
// test "test3932q4" (isPropGet <@ ClassOneArg(3).TupleGetterIndexer((3,4)) @>)
11651163
// test "test3932q5" (isPropSet <@ ClassOneArg(3).SetterIndexer(3) <- 3 @>)
1166-
test "test3932q61" (isPropSet <@ ClassOneArg(3).[3] <- 3 @>)
1167-
test "test3932q62" (match <@ ClassOneArg(3).[4] <- 5 @> with PropertySet(Some _,_, [Int32(4)], Int32(5)) -> true | _ -> false)
1164+
// test "test3932q61" (isPropSet <@ ClassOneArg(3).[3] <- 3 @>)
1165+
// test "test3932q62" (match <@ ClassOneArg(3).[4] <- 5 @> with PropertySet(Some _,_, [Int32(4)], Int32(5)) -> true | _ -> false)
11681166
test "test3932q7" (isPropSet <@ ClassOneArg(3).TupleSetter <- (3,4) @>)
11691167

11701168

0 commit comments

Comments
 (0)