aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testaddfunction.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-10-29 20:02:53 -0200
committerHugo Lima <hugo.lima@openbossa.org>2009-10-29 20:02:53 -0200
commit5ccbce7a917a2a602ad1fa32d8682afe32dd68bc (patch)
tree942b5597debf365a140c072816cb2726782937b6 /tests/testaddfunction.h
parent64f7ae3334171168ff803f339d55a179a6e06001 (diff)
Fix a crash when the function signature provided by add-function tag does not
have parenteses. Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
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 45a562d4b..a8082a4b5 100644
--- a/tests/testaddfunction.h
+++ b/tests/testaddfunction.h
@@ -33,6 +33,7 @@ private slots:
void testAddFunction();
void testAddFunctionTagDefaultValues();
void testAddFunctionCodeSnippets();
+ void testFunctionWithoutParenteses();
};
#endif \ No newline at end of file