Skip to content
Snippets Groups Projects
Commit 200d6cc1 authored by Tomáš Jakubec's avatar Tomáš Jakubec
Browse files

fix TraitsTest

parent b9d0d44e
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -87,6 +87,6 @@ TEST( TemplateTraitsTest, basicTest )
EXPECT_EQ((Traits<TemplateClass<int, 5>>::getTraits().getName<0>()), "arr");
EXPECT_EQ((Traits<TemplateClass<double, 3>>::getTraits().getValue<0>(tc)), (std::array<double, 3>{1.5,2.5,3.5}));
}
// #endif
#endif
#include "UnitTests/main.h"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment