Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 3aa4680

Browse files
KevinRansomnosami
authored andcommitted
Code quotations
1 parent 9e1793b commit 3aa4680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FSharp.Compiler.ComponentTests/Language/CodeQuotationTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ let z : unit =
3636
failwithf "did not expect expression for 'z': %A" e
3737
"""
3838
|> asExe
39-
|> withOptions ["--langversion:5.0"]
39+
|> withLangVersion50
4040
|> compileAndRun
4141
|> shouldSucceed

0 commit comments

Comments
 (0)