summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/s-common-address.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/s-common-address.c b/tests/s-common-address.c
index 353bb73d..f6c4bff2 100644
--- a/tests/s-common-address.c
+++ b/tests/s-common-address.c
@@ -81,8 +81,7 @@ teardown (void)
*/
START_TEST (test_gdm_address_get_type)
{
- GType g;
- g = gdm_address_get_type ();
+ gdm_address_get_type ();
/* it did not crash! :) */
}