diff options
Diffstat (limited to 'tests/test-locations.cpp')
-rw-r--r-- | tests/test-locations.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-locations.cpp b/tests/test-locations.cpp index 65adbc7..48e845a 100644 --- a/tests/test-locations.cpp +++ b/tests/test-locations.cpp @@ -139,7 +139,6 @@ TEST_F(LocationsFixture, ChangeLocationStrings) EXPECT_EQ("Europe/London", l[3].zone()); EXPECT_EQ("Berlin", l[4].name()); EXPECT_EQ("Europe/Berlin", l[4].zone()); - locations_changed = false; } TEST_F(LocationsFixture, ChangeLocationVisibility) |