We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0df4b commit 659eb19Copy full SHA for 659eb19
tests/fsharp/core/queriesLeafExpressionConvert/test.fsx
@@ -590,9 +590,11 @@ module LeafExpressionEvaluationTests =
590
591
592
checkEval "vrewoinrv091" (<@ farr.[0] @>) 0.0
593
- checkEval "vrewoinrv092" (<@ flist.[0] @>) 0.0
+ // Disabled, see https://github.com/fsharp/fsharp/issues/517
594
+ // checkEval "vrewoinrv092" (<@ flist.[0] @>) 0.0
595
checkEval "vrewoinrv093" (<@ iarr.[0] @>) 0
- checkEval "vrewoinrv094" (<@ ilist.[0] @>) 0
596
597
+ // checkEval "vrewoinrv094" (<@ ilist.[0] @>) 0
598
599
#if STATEMENTS_IN_EXPRESSIONS
600
checkEval "vrewoinrv095" (<@ farr.[0] <- 0.0 @>) ()
0 commit comments