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