Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Nov 28, 2016
1 parent afe3d9d commit 0102318
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/fsharp/typecheck/sigs/neg10.bsl
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,3 @@ neg10.fs(456,24,456,25): typecheck error FS0001: The type 'C' does not support a
neg10.fs(457,26,457,27): typecheck error FS0001: The type 'C' does not support a conversion to the type 'decimal'

neg10.fsi(1,1,1,1): typecheck error FS0240: The signature file 'Neg10' does not have a corresponding implementation file. If an implementation file exists then check the 'module' and 'namespace' declarations in the signature and implementation files match.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// #Regression #Conformance #SignatureFiles
// Test you get an error if you specify an .fsi file but not the corresponding .fs file.

//<Expects id="FS0240" status="error" span="(1,1)">The signature file 'E_MissingSourceFile01' does not have a corresponding implementation file\. If an implementation file exists then check the 'module' and 'namespace' declarations in the signature and implementation files match</Expects>
//<Expects id="FS0240" status="error" span="(8,1)">The signature file 'E_MissingSourceFile01' does not have a corresponding implementation file\. If an implementation file exists then check the 'module' and 'namespace' declarations in the signature and implementation files match</Expects>

namespace FSharp.Testing.MissingSourceFile01

Expand Down

0 comments on commit 0102318

Please sign in to comment.