summaryrefslogtreecommitdiffstats
path: root/mmc_updater/src/tests/TestParseScript.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2013-12-15 23:46:48 +0100
committerPetr Mrázek <peterix@gmail.com>2013-12-15 23:46:48 +0100
commitb773ef08afff14bf0e342578c21122758c26b680 (patch)
treea9a647743fff9af3c9fa5169f6382d59ca9470b0 /mmc_updater/src/tests/TestParseScript.h
parentb0e8037feb5b9d48defe6b8263d068f87bdb141c (diff)
downloadMultiMC-b773ef08afff14bf0e342578c21122758c26b680.tar
MultiMC-b773ef08afff14bf0e342578c21122758c26b680.tar.gz
MultiMC-b773ef08afff14bf0e342578c21122758c26b680.tar.lz
MultiMC-b773ef08afff14bf0e342578c21122758c26b680.tar.xz
MultiMC-b773ef08afff14bf0e342578c21122758c26b680.zip
Fix/remove tests from the gutted updater
Diffstat (limited to 'mmc_updater/src/tests/TestParseScript.h')
-rw-r--r--mmc_updater/src/tests/TestParseScript.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/mmc_updater/src/tests/TestParseScript.h b/mmc_updater/src/tests/TestParseScript.h
new file mode 100644
index 00000000..528e97a8
--- /dev/null
+++ b/mmc_updater/src/tests/TestParseScript.h
@@ -0,0 +1,8 @@
+#pragma once
+
+class TestParseScript
+{
+ public:
+ void testParse();
+};
+