diff options
Diffstat (limited to 'mmc_updater/src/tests/TestUpdaterOptions.h')
-rw-r--r-- | mmc_updater/src/tests/TestUpdaterOptions.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mmc_updater/src/tests/TestUpdaterOptions.h b/mmc_updater/src/tests/TestUpdaterOptions.h new file mode 100644 index 00000000..5ed102c1 --- /dev/null +++ b/mmc_updater/src/tests/TestUpdaterOptions.h @@ -0,0 +1,8 @@ +#pragma once + +class TestUpdaterOptions +{ + public: + void testOldFormatArgs(); +}; + |