Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit845e4c0

Browse files
committed
Merge branch 'literal-value-bug' ofhttps://github.com/AviAvni/visualfsharp into literal-value-bug
2 parents7953479 +123785c commit845e4c0

File tree

1 file changed

+6
-2
lines changed
  • tests/fsharp/regression/literal-value-bug-2

1 file changed

+6
-2
lines changed

‎tests/fsharp/regression/literal-value-bug-2/test.fs‎renamed to ‎tests/fsharp/regression/literal-value-bug-2/test.fsx‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ let result =
2828
| None->
2929
printfn"Failed to find module public MyLiteralFields ="
3030
1
31-
if result=0then printfn"Succeeded"else printfn"Failed:%d" result
32-
exit result
3331

32+
if result=0then
33+
System.IO.File.WriteAllText("test.ok","ok");
34+
printfn"Succeeded"
35+
else
36+
printfn"Failed:%d" result
37+
exit result

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp