Remove invalid check from test_projectload test.
ClosedPublic

Authored by arrowd on Jul 9 2019, 6:33 PM.

Details

Summary

This check implies that newly allocated projectItem will be placed
in different memory region, but it isn't always so. On FreeBSD, reloading the
project occupies the same memory region, so this check fails.

Diff Detail

Repository
R32 KDevelop
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
arrowd created this revision.Jul 9 2019, 6:33 PM
Restricted Application added a project: KDevelop. · View Herald TranscriptJul 9 2019, 6:33 PM
Restricted Application added a subscriber: kdevelop-devel. · View Herald Transcript
arrowd requested review of this revision.Jul 9 2019, 6:33 PM
apol accepted this revision.Jul 9 2019, 10:38 PM
This revision is now accepted and ready to land.Jul 9 2019, 10:38 PM
This revision was automatically updated to reflect the committed changes.