Browse Source

Attempt to fix broken Windows build

pcb_db
JamesJCode 10 months ago
parent
commit
09bbaa5813
  1. 2
      qa/pcbnew_utils/board_test_utils.cpp

2
qa/pcbnew_utils/board_test_utils.cpp

@ -250,7 +250,7 @@ void LoadAndTestFootprintFile( const wxString& aLibRelativePath, const wxString&
BOOST_TEST_MESSAGE( "Re-reading footprint: " << fpFilename << " in " << tempLib.GetPath() );
std::unique_ptr<FOOTPRINT> fp2 = KI_TEST::ReadFootprintFromFileOrStream( fp2Path );
std::unique_ptr<FOOTPRINT> fp2 = KI_TEST::ReadFootprintFromFileOrStream( fp2Path.string() );
// Should load again
BOOST_REQUIRE( fp2 );

Loading…
Cancel
Save