diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-01-28 23:41:08 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-01-29 15:39:11 +0100 |
commit | 31ca64f91ecf9baebfdb7f43b5583460964c25c3 (patch) | |
tree | 4c1f363b97179ebdf96d65310b3c4dc54e8310f0 /cppu | |
parent | 539d976bc619c176c5ce0fda845ebe0fe24cd2d1 (diff) |
Remove double line spacing and correct indentation
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/qa/test_any.cxx | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/cppu/qa/test_any.cxx b/cppu/qa/test_any.cxx index 84f5fb638efa..111c85c9ddaf 100644 --- a/cppu/qa/test_any.cxx +++ b/cppu/qa/test_any.cxx @@ -205,45 +205,25 @@ public: class Test: public CppUnit::TestFixture { public: void testVoid(); - void testBoolean(); - void testByte(); - void testShort(); - void testUnsignedShort(); - void testLong(); - void testUnsignedLong(); - void testHyper(); - void testUnsignedHyper(); - void testFloat(); - void testDouble(); - void testChar(); - void testString(); - void testType(); - void testSequence(); - void testEnum(); - void testStruct(); - void testPoly(); - void testException(); - void testInterface(); - void testNull(); CPPUNIT_TEST_SUITE(Test); |