Skip to content

Commit

Permalink
Revert "Disable Hierarchical clone test."
Browse files Browse the repository at this point in the history
This reverts commit f16f004.
  • Loading branch information
iglesias committed Apr 16, 2018
1 parent a45d283 commit 9ac2c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/base/SGObjectAll_unittest.cc
Expand Up @@ -171,7 +171,7 @@ class sg_object_iterator

// list of classes that (currently) cannot be instantiated
std::set<std::string> sg_object_all_ignores = {"ParseBuffer", "Set",
"TreeMachine", "Hierarchical"};
"TreeMachine"};

// template arguments for SGObject
// TODO: SGString doesn't support complex128_t, so omitted here
Expand Down

0 comments on commit 9ac2c55

Please sign in to comment.