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

Commit7953479

Browse files
committed
il compare
1 parent9ab5a63 commit7953479

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

‎tests/fsharp/regression/literal-value-bug-1/test.il.bsl‎

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

2-
// Microsoft (R) .NET Framework IL Disassembler. Version 4.6.1055.0
3-
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Microsoft (R) .NET Framework IL Disassembler. Version 4.5.22220.0
43

54

65

@@ -20,6 +19,10 @@
2019
.custom instance void [FSharp.Core]Microsoft.FSharp.Core.FSharpInterfaceDataVersionAttribute::.ctor(int32,
2120
int32,
2221
int32)= (01000200000000000000000000000000 )
22+
23+
// --- The following custom attribute is added automatically, do not uncomment -------
24+
// .custom instance void [mscorlib]System.Diagnostics.DebuggableAttribute::.ctor(valuetype [mscorlib]System.Diagnostics.DebuggableAttribute/DebuggingModes) = ( 01 00 01 01 00 00 00 00 )
25+
2326
.hash algorithm 0x00008004
2427
.ver0:0:0:0
2528
}
@@ -30,17 +33,17 @@
3033
}
3134
.mresource public FSharpOptimizationData.test
3235
{
33-
// Offset: 0x00000278 Length:0x000000E6
36+
// Offset: 0x00000278 Length:0x0000006F
3437
// WARNING: managed resource file FSharpOptimizationData.test created
3538
}
3639
.module test.exe
37-
// MVID: {5AA585B2-D9C1-2E4E-A745-0383B285A55A}
40+
// MVID: {5AA663EB-D9C1-2E4E-A745-0383EB63A65A}
3841
.imagebase 0x00400000
3942
.file alignment 0x00000200
4043
.stackreserve 0x00100000
4144
.subsystem 0x0003// WINDOWS_CUI
4245
.corflags 0x00000001// ILONLY
43-
// Image base:0x03930000
46+
// Image base:0x02BF0000
4447

4548

4649
// =============== CLASS MEMBERS DECLARATION ===================
@@ -73,4 +76,4 @@
7376
// =============================================================
7477

7578
// *********** DISASSEMBLY COMPLETE ***********************
76-
// WARNING: Created Win32 resource file test.il.res
79+
// WARNING: Created Win32 resource file test.res

‎tests/fsharp/tests.fs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ module ToolsTests =
14571457

14581458
moduleRegressionTests=
14591459

1460-
//[<Test>]
1460+
[<Test>]
14611461
let``literal-value-bug-1-FSC_BASIC``()=
14621462
letcfg= testConfig"regression/literal-value-bug-1"
14631463

@@ -1470,7 +1470,7 @@ module RegressionTests =
14701470
letoutFile="test.il"
14711471
letexpectedFile="test.il.bsl"
14721472

1473-
letdiff=difftrue"regression/literal-value-bug-1/test.il.bsl""regression/literal-value-bug-1/test.il"
1473+
letdiff=fsdiff cfg outFile expectedFile
14741474

14751475
match diffwith
14761476
|""->()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp