Skip to content

Commit 62b8225

Browse files
committed
Cleanup FSharp.Compiler.ComponentTests.fsproj
1 parent 6e7abad commit 62b8225

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/FSharp.Compiler.ComponentTests/FSharp.Compiler.ComponentTests.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<Link>FsUnit.fs</Link>
3333
</Compile>
3434
<Compile Include="CompilerDirectives\Line.fs" />
35+
<Compile Include="CompilerDirectives\NonStringArgs.fs" />
3536
<Compile Include="Conformance\BasicGrammarElements\AccessibilityAnnotations\Basic\Basic.fs" />
3637
<Compile Include="Conformance\BasicGrammarElements\AccessibilityAnnotations\OnOverridesAndIFaceImpl\OnOverridesAndIFaceImpl.fs" />
3738
<Compile Include="Conformance\BasicGrammarElements\AccessibilityAnnotations\OnTypeMembers\OnTypeMembers.fs" />
@@ -178,9 +179,9 @@
178179
<Compile Include="EmittedIL\TestFunctions\TestFunctions.fs" />
179180
<Compile Include="EmittedIL\Tuples\Tuples.fs" />
180181
<Compile Include="EmittedIL\Nullness\NullnessMetadata.fs" />
182+
<Compile Include="EmittedIL\FixedBindings\FixedBindings.fs" />
181183
<Compile Include="ErrorMessages\TypedInterpolatedStringsTests.fs" />
182184
<!--<Compile Include="EmittedIL\StructDefensiveCopy\StructDefensiveCopy.fs" />-->
183-
<Compile Include="EmittedIL\FixedBindings\FixedBindings.fs" />
184185
<Compile Include="ErrorMessages\UnsupportedAttributes.fs" />
185186
<Compile Include="ErrorMessages\TailCallAttribute.fs" />
186187
<Compile Include="ErrorMessages\IndexingSyntax.fs" />
@@ -197,7 +198,6 @@
197198
<Compile Include="ErrorMessages\MissingExpressionTests.fs" />
198199
<Compile Include="ErrorMessages\ModuleTests.fs" />
199200
<Compile Include="ErrorMessages\NameResolutionTests.fs" />
200-
<Compile Include="ErrorMessages\Directives.fs" />
201201
<Compile Include="ErrorMessages\SuggestionsTests.fs" />
202202
<Compile Include="ErrorMessages\TypeMismatchTests.fs" />
203203
<Compile Include="ErrorMessages\UnitGenericAbstactType.fs" />

0 commit comments

Comments
 (0)