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

Commit3050f4f

Browse files
committed
fix test mistake
1 parent5be64f6 commit3050f4f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

‎tests/fsharp/core/array/test.fsx‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,9 @@ module CheckUnionTypesAreSealed =
13771377
typeX2= A| Bofstring
13781378
do check"vwllfewlkefw4"(typedefof<X2>.IsSealed)false
13791379
typeX3= A| B| C
1380-
do check"vwllfewlkefw5"(typedefof<X3>.IsSealed)false
1380+
do check"vwllfewlkefw5"(typedefof<X3>.IsSealed)true
1381+
typeX4= A| B| C| D| E| F| G| H| I
1382+
do check"vwllfewlkefw5"(typedefof<X4>.IsSealed)true
13811383

13821384
[<CompilationRepresentation(CompilationRepresentationFlags.UseNullAsTrueValue)>]
13831385
typeSetTree<'T>=

‎tests/test.lst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
Core01,Smokefsharp\core\access
1212
Core01fsharp\core\apporder
13-
Core01fsharp\core\array
13+
Core01,Smokefsharp\core\array
1414
Core01fsharp\core\attributes
1515
Core01fsharp\core\comprehensions
1616
Core01fsharp\core\control
@@ -31,7 +31,7 @@ Core02fsharp\core\fsi-shadowcopy
3131
Core02fsharp\core\genericmeasures
3232
Core02fsharp\core\hiding
3333
Core03fsharp\core\innerpoly
34-
Core03fsharp\core\int32
34+
Core03,Smokefsharp\core\int32
3535
Core03fsharp\core\internalsvisible
3636
Core03fsharp\core\interop
3737
Core03fsharp\core\lazy

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp