Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[tests] Removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpsantos committed Aug 24, 2016
1 parent 1d7a5b0 commit 7fb7bc0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/src/mbgl/test/util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@

#include <gtest/gtest.h>

#define SCOPED_TEST(name) \
static class name { \
bool completed = false; \
public: \
void finish() { EXPECT_FALSE(completed) << #name " was already completed."; completed = true; } \
~name() { if (!completed) ADD_FAILURE() << #name " didn't complete."; } \
} name;

namespace mbgl {

class Map;
Expand Down

0 comments on commit 7fb7bc0

Please sign in to comment.