Skip to content

Commit e5aecba

Browse files
committed
Move the stupid .cs 97 lines down...
2 parents 303a45c + ecd5913 commit e5aecba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RubberduckTests/RubberduckTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
120120
<Compile Include="Inspections\DefTypeStatementInspectionTests.cs" />
121121
<Compile Include="Inspections\InspectionProviderTests.cs" />
122122
<Compile Include="Symbols\ToVbExpressionTests.cs" />
123-
<Compile Include="Symbols\ValuedDeclarationTests.cs" />
124123
<Compile Include="UnitTesting\TestMethodTests.cs" />
125124
<Compile Include="VBEditor\Utility\DisposalActionContainerTests.cs" />
126125
<Compile Include="VBEditor\ComSafeManagerTests.cs" />
@@ -218,6 +217,7 @@
218217
<Compile Include="Symbols\CommandBarControlCaptionGuardTests.cs" />
219218
<Compile Include="Symbols\DeclarationFinderTests.cs" />
220219
<Compile Include="Symbols\ProjectDeclarationTests.cs" />
220+
<Compile Include="Symbols\ValuedDeclarationTests.cs" />
221221
<Compile Include="Symbols\ProceduralModuleDeclarationTests.cs" />
222222
<Compile Include="Symbols\ParameterDeclarationTests.cs" />
223223
<Compile Include="Symbols\ExternalProcedureDeclarationTests.cs" />

0 commit comments

Comments
 (0)