Skip to content

Commit

Permalink
fix stretch build
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 23, 2018
1 parent f41daee commit e6c9498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/analysis/testqgsprocessingalgs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ void TestQgsProcessingAlgs::featureFilterAlg()
void TestQgsProcessingAlgs::transformAlg()
{
std::unique_ptr< QgsProcessingAlgorithm > alg( QgsApplication::processingRegistry()->createAlgorithmById( QStringLiteral( "native:reprojectlayer" ) ) );
QVERIFY( alg );
QVERIFY( alg != nullptr );

std::unique_ptr< QgsProcessingContext > context = qgis::make_unique< QgsProcessingContext >();
QgsProject p;
Expand Down

0 comments on commit e6c9498

Please sign in to comment.