diff options
Diffstat (limited to 'test-chill/unit-tests/cprog/Sorter.cc')
-rw-r--r-- | test-chill/unit-tests/cprog/Sorter.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test-chill/unit-tests/cprog/Sorter.cc b/test-chill/unit-tests/cprog/Sorter.cc new file mode 100644 index 0000000..a1ae5ec --- /dev/null +++ b/test-chill/unit-tests/cprog/Sorter.cc @@ -0,0 +1,8 @@ +#include "Sorter.h" + +Sorter::Sorter() { +} + +Sorter::~Sorter() { +} + |