summaryrefslogtreecommitdiff
path: root/tests/tests-common.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests-common.cc')
-rw-r--r--tests/tests-common.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tests-common.cc b/tests/tests-common.cc
index 703e1c5..ac85e37 100644
--- a/tests/tests-common.cc
+++ b/tests/tests-common.cc
@@ -7,9 +7,9 @@
#include <sstream>
#include <fstream>
-Module *parsefile(const char *filename)
+FileModule *parsefile(const char *filename)
{
- Module *root_module = NULL;
+ FileModule *root_module = NULL;
handle_dep(filename);
std::ifstream ifs(filename);
contact: Jan Huwald // Impressum