Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Nov 27, 2016
1 parent 31e06bd commit 67cc709
Showing 1 changed file with 1 addition and 1 deletion.
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 67cc709

Please sign in to comment.