Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Sep 26, 2024
1 parent 7aafb96 commit 2d4eb4d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/LibObjectFile.Tests/TestsInitializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ public static void Initialize()
CultureInfo.CurrentCulture = CultureInfo.InvariantCulture;
Verifier.UseProjectRelativeDirectory("Verified");
DiffEngine.DiffRunner.Disabled = true;
VerifierSettings.DontScrubSolutionDirectory();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Sections
Debug Section Data (RSDS)
Guid = ffed6f99-5708-452c-a889-ff343b6ce898
Age = 6
PdbPath = {SolutionDirectory}native\Win64\NativeProjects\x64\Release\NativeConsole2Win64.pdb
PdbPath = C:\code\LibObjectFile\src\native\Win64\NativeProjects\x64\Release\NativeConsole2Win64.pdb

Section Data [07] PEStreamSectionData Position = 0x0000248A, Size = 0x00000002, RVA = 0x0000368A, VirtualSize = 0x00000002

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Sections
Debug Section Data (RSDS)
Guid = a28d7ba2-048a-4315-9bbe-0edbca526f59
Age = 2
PdbPath = {SolutionDirectory}native\Win64\NativeProjects\x64\Release\NativeConsoleWin64.pdb
PdbPath = C:\code\LibObjectFile\src\native\Win64\NativeProjects\x64\Release\NativeConsoleWin64.pdb

Section Data [06] PEStreamSectionData Position = 0x00001B4D, Size = 0x00000003, RVA = 0x0000354D, VirtualSize = 0x00000003

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Sections
Debug Section Data (RSDS)
Guid = 9e24e83e-5203-490d-b4fe-ac81f739897a
Age = 2
PdbPath = {SolutionDirectory}native\Win64\NativeProjects\x64\Release\NativeLibraryWin64.pdb
PdbPath = C:\code\LibObjectFile\src\native\Win64\NativeProjects\x64\Release\NativeLibraryWin64.pdb

Section Data [06] PEStreamSectionData Position = 0x00001855, Size = 0x00000003, RVA = 0x00002455, VirtualSize = 0x00000003

Expand Down

0 comments on commit 2d4eb4d

Please sign in to comment.