aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testmodifyfunction.h
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-06-09 10:45:17 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:04 -0300
commit96316113bcd6e60bc602def066cb03ec5ece436b (patch)
treed446ccb07f2f46c1e8344485a525c49b2293e357 /tests/testmodifyfunction.h
parent2cf5be8e2354e81298ab0df8c328949845143604 (diff)
Implemented support to "rename to" in argument modification
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
Diffstat (limited to 'tests/testmodifyfunction.h')
-rw-r--r--tests/testmodifyfunction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testmodifyfunction.h b/tests/testmodifyfunction.h
index f92180c02..40adf127f 100644
--- a/tests/testmodifyfunction.h
+++ b/tests/testmodifyfunction.h
@@ -32,6 +32,7 @@ class TestModifyFunction : public QObject
private slots:
void testOwnershipTransfer();
void testWithApiVersion();
+ void testRenameArgument();
};
#endif