Skip to content

Commit

Permalink
make lda unit test compile again
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Mar 24, 2016
1 parent 84591f6 commit 531f6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/classifier/LDA_unittest.cc
Expand Up @@ -34,7 +34,7 @@
#include <gtest/gtest.h>

using namespace shogun;
class DISABLED_LDATest: public::testing::Test
class LDATest: public::testing::Test
{
protected:

Expand Down

0 comments on commit 531f6c7

Please sign in to comment.