diff --git a/wrap/tests/testWrap.cpp b/wrap/tests/testWrap.cpp index ceb088fab..d4277533a 100644 --- a/wrap/tests/testWrap.cpp +++ b/wrap/tests/testWrap.cpp @@ -116,7 +116,7 @@ TEST( wrap, parse ) { EXPECT_LONGS_EQUAL( 0, testCls.static_methods.size()); EXPECT_LONGS_EQUAL( 0, testCls.namespaces.size()); EXPECT_LONGS_EQUAL( 1, testCls.includes.size()); -// EXPECT(assert_equal("folder/path/to/Test.h", testCls.includes.front())); + EXPECT(assert_equal("folder/path/to/Test.h", testCls.includes.front())); // function to parse: pair return_pair (Vector v, Matrix A) const; Method m2 = testCls.methods.front();