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

Commitf9c4666

Browse files
committed
testing
1 parent9ab5a63 commitf9c4666

File tree

1 file changed

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

1 file changed

+8
-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: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
moduleLiteralTestCase
2+
13
openSystem
24
openSystem.Linq
35
openSystem.Reflection
@@ -28,6 +30,10 @@ let result =
2830
| None->
2931
printfn"Failed to find module public MyLiteralFields ="
3032
1
31-
if result=0then printfn"Succeeded"else printfn"Failed:%d" result
32-
exit result
3333

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp