summaryrefslogtreecommitdiff
path: root/tests/auto/qgeosatelliteinfosource
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qgeosatelliteinfosource')
-rw-r--r--tests/auto/qgeosatelliteinfosource/testqgeosatelliteinfosource.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qgeosatelliteinfosource/testqgeosatelliteinfosource.cpp b/tests/auto/qgeosatelliteinfosource/testqgeosatelliteinfosource.cpp
index b251dc65..c47e0164 100644
--- a/tests/auto/qgeosatelliteinfosource/testqgeosatelliteinfosource.cpp
+++ b/tests/auto/qgeosatelliteinfosource/testqgeosatelliteinfosource.cpp
@@ -156,11 +156,9 @@ void TestQGeoSatelliteInfoSource::test_slot2()
void TestQGeoSatelliteInfoSource::constructor_withParent()
{
- //QLocationTestUtils::uheap_mark();
QObject *parent = new QObject();
new MySatelliteSource(parent);
delete parent;
- //QLocationTestUtils::uheap_mark_end();
}
void TestQGeoSatelliteInfoSource::constructor_noParent()