Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
safesparrow committed Oct 30, 2022
1 parent 58dcee6 commit 0388685
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/DiamondTest/A.fsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module DiamondTest.A

val a : int
1 change: 1 addition & 0 deletions tests/DiamondTest/DiamondTest.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
</PropertyGroup>

<ItemGroup>
<Compile Include="A.fsi" />
<Compile Include="A.fs" />
<Compile Include="B1.fs" />
<Compile Include="B2.fs" />
Expand Down
1 change: 1 addition & 0 deletions tests/FSharp.Compiler.Service.Tests2/DiamondArgs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@
C:\projekty\fsharp\heuristic\artifacts\obj\DiamondTest\Debug\net7.0\buildproperties.fs
C:\projekty\fsharp\heuristic\artifacts\obj\DiamondTest\Debug\net7.0\.NETCoreApp,Version=v7.0.AssemblyAttributes.fs
C:\projekty\fsharp\heuristic\artifacts\obj\DiamondTest\Debug\net7.0\DiamondTest.AssemblyInfo.fs
C:\projekty\fsharp\heuristic\tests\DiamondTest\A.fsi
C:\projekty\fsharp\heuristic\tests\DiamondTest\A.fs
C:\projekty\fsharp\heuristic\tests\DiamondTest\B1.fs
C:\projekty\fsharp\heuristic\tests\DiamondTest\B2.fs
Expand Down

0 comments on commit 0388685

Please sign in to comment.