aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testaddfunction.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2009-12-14 17:54:57 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2009-12-16 12:29:54 -0300
commitaeeb950b50a108a2475c0ee630d74420ccb3a0b3 (patch)
tree60d586e195ab17d75d1c1510ccfdf87129ad6206 /tests/testaddfunction.h
parent00a880f4d61a6a32f3e1dcaa4a692a6e430c123a (diff)
Adds support for module level 'add-function' tag.
The TypeDatabase now stores global added functions as well as function modifications. The AbstractMetaFunction::modifications method was improved to check for global modifications. The test suite was updated with the changes.
Diffstat (limited to 'tests/testaddfunction.h')
-rw-r--r--tests/testaddfunction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testaddfunction.h b/tests/testaddfunction.h
index 98c0f83ba..276184da1 100644
--- a/tests/testaddfunction.h
+++ b/tests/testaddfunction.h
@@ -36,6 +36,7 @@ private slots:
void testAddFunctionCodeSnippets();
void testAddFunctionWithoutParenteses();
void testAddFunctionWithDefaultArgs();
+ void testAddFunctionAtModuleLevel();
};
#endif