Skip to content

Commit 27cf366

Browse files
committed
Fix failing FSharpQA EntryPoint verification tests
1 parent 34ce1d7 commit 27cf366

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/fsharpqa/Source/EntryPoint/W_NoEntryPointInLastModuleInsideMultipleNamespace.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Empty program entry point warning
33
// Lack of entry point produces warning with correct source location when compiled to *.exe
44
// when multiple namespaces with multiple modules declared in source file
5-
//<Expects id="FS0988" span="(22,24-22,24)" status="warning">Main module of program is empty\: nothing will happen when it is run</Expects>
5+
//<Expects id="FS0988" span="(1,81-1,81)" status="warning">Main module of program is empty: nothing will happen when it is run</Expects>
66

77
#light
88
namespace MyNamespace1

tests/fsharpqa/Source/EntryPoint/W_NoEntryPointModuleInNamespace.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Empty program entry point warning
33
// Lack of entry point produces warning with correct source location when compiled to *.exe
44
// when single module declared inside namespace
5-
//<Expects id="FS0988" span="(11,24-11,24)" status="warning">Main module of program is empty\: nothing will happen when it is run</Expects>
5+
//<Expects id="FS0988" span="(1,81-1,81)" status="warning">Main module of program is empty: nothing will happen when it is run</Expects>
66

77
#light
88
namespace MyNamespace1

tests/fsharpqa/Source/EntryPoint/W_NoEntryPointMultipleModules.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Empty program entry point warning
33
// Lack of entry point produces warning with correct source location when compiled to *.exe
44
// when multiple modules declared without declaring namespace
5-
//<Expects id="FS0988" span="(13,24-13,24)" status="warning">Main module of program is empty\: nothing will happen when it is run</Expects>
5+
//<Expects id="FS0988" span="(13,24-13,24)" status="warning">Main module of program is empty: nothing will happen when it is run</Expects>
66

77
#light
88

tests/fsharpqa/Source/EntryPoint/W_NoEntryPointTypeInNamespace.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Empty program entry point warning
33
// Lack of entry point produces warning with correct source location when compiled to *.exe
44
// when source file declares type inside namespace
5-
//<Expects id="FS0988" span="(10,18-10,18)" status="warning">Main module of program is empty\: nothing will happen when it is run</Expects>
5+
//<Expects id="FS0988" span="(1,81-1,81)" status="warning">Main module of program is empty: nothing will happen when it is run</Expects>
66

77
#light
88
namespace MyNamespace1

0 commit comments

Comments
 (0)