diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ephy-location-entry.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/ephy-location-entry.c b/tests/ephy-location-entry.c index bac969e0f..6ce9c8603 100644 --- a/tests/ephy-location-entry.c +++ b/tests/ephy-location-entry.c @@ -50,14 +50,11 @@ static void test_entry_set_location (void) { const char *set = "test"; - const char *null; const char *get; EphyLocationEntry *entry; entry = EPHY_LOCATION_ENTRY (ephy_location_entry_new ()); - null = ephy_location_entry_get_location (entry); - ephy_location_entry_set_location (entry, set); get = ephy_location_entry_get_location (entry); g_assert_cmpstr (set, ==, get); |