Remove no-longer used file.
[ardour.git] / libs / ardour / test / mantis_3356.h
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3
4 /** Test for Mantis bug #3356 */
5 class Mantis3356Test : public CppUnit::TestFixture
6 {
7         CPPUNIT_TEST_SUITE (Mantis3356Test);
8         CPPUNIT_TEST (test);
9         CPPUNIT_TEST_SUITE_END ();
10
11 public:
12         void test ();
13 };