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

Commitccd130a

Browse files
author
Kevin Ransom
committed
fix test
1 parent406c9d6 commitccd130a

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

‎tests/fsharpqa/Source/CodeGen/EmittedIL/LiteralValue/LiteralValue.il.bsl‎

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
.publickeytoken= (B0 3F 5F 7F11 D5 0A 3A )// .?_....:
1515
.ver4:4:3:0
1616
}
17-
.assemblytest
17+
.assemblyLiteralValue
1818
{
1919
.custom instance void [FSharp.Core]Microsoft.FSharp.Core.FSharpInterfaceDataVersionAttribute::.ctor(int32,
2020
int32,
@@ -26,17 +26,17 @@
2626
.hash algorithm 0x00008004
2727
.ver0:0:0:0
2828
}
29-
.mresource public FSharpSignatureData.test
29+
.mresource public FSharpSignatureData.LiteralValue
3030
{
3131
// Offset: 0x00000000 Length: 0x00000274
3232
// WARNING: managed resource file FSharpSignatureData.test created
3333
}
34-
.mresource public FSharpOptimizationData.test
34+
.mresource public FSharpOptimizationData.LiteralValue
3535
{
3636
// Offset: 0x00000278 Length: 0x0000006F
3737
// WARNING: managed resource file FSharpOptimizationData.test created
3838
}
39-
.moduletest.exe
39+
.moduleLiteralValue.exe
4040
// MVID: {5AA663EB-D9C1-2E4E-A745-0383EB63A65A}
4141
.imagebase 0x00400000
4242
.file alignment 0x00000200
@@ -48,7 +48,7 @@
4848

4949
// =============== CLASS MEMBERS DECLARATION ===================
5050

51-
.class public abstract auto ansi sealedTest
51+
.class public abstract auto ansi sealedLiteralValue
5252
extends [mscorlib]System.Object
5353
{
5454
.custom instance void [FSharp.Core]Microsoft.FSharp.Core.CompilationMappingAttribute::.ctor(valuetype [FSharp.Core]Microsoft.FSharp.Core.SourceConstructFlags)= (0100070000000000 )
@@ -61,16 +61,18 @@
6161
.custom instance void [FSharp.Core]Microsoft.FSharp.Core.EntryPointAttribute::.ctor()= (01000000 )
6262
// Code size 2 (0x2)
6363
.maxstack8
64+
.language '{AB4F38C9-B6E6-43BA-BE3B-58080B2CCCE3}', '{994B45C4-E6E9-11D2-903F-00C04FA302A1}', '{5A869D0B-6611-11D3-BD2A-0000F80849BD}'
65+
.line6,6 :5,6 'D:\\visualfsharp\\tests\\fsharpqa\\Source\\CodeGen\\EmittedIL\\LiteralValue\\LiteralValue.fs'
6466
IL_0000: ldc.i4.0
6567
IL_0001: ret
66-
}// end of methodTest::main
68+
}// end of methodLiteralValue::main
6769

68-
}// end of classTest
70+
}// end of classLiteralValue
6971

70-
.class private abstract auto ansi sealed '<StartupCode$test>'.$Test
72+
.class private abstract auto ansi sealed '<StartupCode$LiteralValue>'.$LiteralValue
7173
extends [mscorlib]System.Object
7274
{
73-
}// end of class '<StartupCode$test>'.$Test
75+
}// end of class '<StartupCode$test>'.$LiteralValue
7476

7577

7678
// =============================================================
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SOURCE=LiteralValue.fs SCFLAGS="-a -g --test:EmitFeeFeeAs100001 --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd LiteralValue.dll"# LiteralValue.fs -
1+
SOURCE=LiteralValue.fs SCFLAGS="-g --test:LiteralValue --optimize-" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd LiteralValue.exe"# LiteralValue.fs -

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp