Skip to content

Commit

Permalink
Fixes #19
Browse files Browse the repository at this point in the history
Cause was a torn refactor when the unit tests were reshuffled to use test filters instead of a universal artifical base
  • Loading branch information
codemercenary committed Aug 1, 2014
1 parent b38609f commit baf767c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/autonet/test/AutoNetServerTest.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (C) 2012-2014 Leap Motion, Inc. All rights reserved.
#pragma once
#include <EnclosedContextTestBase.hpp>
#include <gtest/gtest.h>

class AutoNetServerTest:
public EnclosedContextTestBase
public testing::Test
{};

0 comments on commit baf767c

Please sign in to comment.