summaryrefslogtreecommitdiff
path: root/tests/tests-common.cc
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-04-19 21:52:01 (GMT)
committerMarius Kintel <marius@kintel.net>2013-04-26 21:45:03 (GMT)
commit9a297ecee57549a4eb3919bde4f7b41a548724de (patch)
treeb1f523e93f528559e9ada2d38d76be7a0362f9d4 /tests/tests-common.cc
parentb4568a09df8be0f212ba1c4fd1660459900e3cf0 (diff)
Refactoring: Split out FileModule from Module, Added LocalScope renamed some confusing 'evaluate' methods to 'instantiate', added FileContext (not yet used)
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