Skip to content

Commit

Permalink
Repair test files links
Browse files Browse the repository at this point in the history
  • Loading branch information
OkayX6 committed Feb 4, 2013
1 parent 3736905 commit f7877c2
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions src/fsharper/Tests/Tests.csproj
Expand Up @@ -79,7 +79,9 @@
<None Include="..\..\..\test\data\lexing\fsharp\float32-literals.fs.gold">
<Link>LexerTestFiles\float32-literals.fs.gold</Link>
</None>
<None Include="..\..\..\test\data\lexing\fsharp\float64-literals.fs.gold" />
<None Include="..\..\..\test\data\lexing\fsharp\float64-literals.fs.gold">
<Link>LexerTestFiles\float64-literals.fs.gold</Link>
</None>
<None Include="..\..\..\test\data\lexing\fsharp\identifier-double-backstick-1.fs">
<Link>LexerTestFiles\identifier-double-backstick-1.fs</Link>
</None>
Expand Down Expand Up @@ -361,26 +363,18 @@
<None Include="..\..\..\test\data\lexing\fsharp\yield-bang.fs.gold">
<Link>LexerTestFiles\yield-bang.fs.gold</Link>
</None>
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\test\data\lexing\fsharp\operators-functional.fs">
<Link>LexerTestFiles\operators-functional.fs</Link>
</None>
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\test\data\lexing\fsharp\operators-comparison.fs">
<Link>LexerTestFiles\operators-comparison.fs</Link>
</None>
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\test\data\lexing\fsharp\float32-literals.fs">
<Link>LexerTestFiles\float32-literals.fs</Link>
</None>
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\test\data\lexing\fsharp\float64-literals.fs" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\test\data\lexing\fsharp\float64-literals.fs">
<Link>LexerTestFiles\float64-literals.fs</Link>
</None>
<None Include="..\..\..\test\data\lexing\fsharp\bignum-literals.fs">
<Link>LexerTestFiles\bignum-literals.fs</Link>
</None>
Expand Down

0 comments on commit f7877c2

Please sign in to comment.