Skip to content

Commit f46b08e

Browse files
committed
match .h to .cpp
1 parent 7e39d13 commit f46b08e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CSC/TestSumPrimesCpp/TestSumPrimes.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ class TestSumPrimes : public CPPUNIT_NS::TestFixture
1414
{
1515
CPPUNIT_TEST_SUITE( TestSumPrimes );
1616
CPPUNIT_TEST( testOneIsNotPrime );
17-
CPPUNIT_TEST( testTwoIsPrime );
18-
CPPUNIT_TEST( testThreeIsPrime );
19-
CPPUNIT_TEST( testFourIsNotPrime );
20-
CPPUNIT_TEST( testTenIsNotPrime );
21-
CPPUNIT_TEST( testElevenIsPrime );
22-
CPPUNIT_TEST( testTwelve );
17+
// CPPUNIT_TEST( testTwoIsPrime );
18+
// CPPUNIT_TEST( testThreeIsPrime );
19+
// CPPUNIT_TEST( testFourIsNotPrime );
20+
// CPPUNIT_TEST( testTenIsNotPrime );
21+
// CPPUNIT_TEST( testElevenIsPrime );
22+
// CPPUNIT_TEST( testTwelve );
2323
CPPUNIT_TEST_SUITE_END();
2424

2525
protected:

0 commit comments

Comments
 (0)