aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testenum.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-09-30 10:57:29 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:11 -0300
commit128c833f6b51a3709a2b0162f639121981389af2 (patch)
tree8b3b341147011fa6113f5e57ae1214568fa8b6e6 /tests/testenum.h
parentf1987763b81d4a73063ebbd494dd3d09fef6383d (diff)
Added a better support for resolution of enum value attribution.
Plus tests. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'tests/testenum.h')
-rw-r--r--tests/testenum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testenum.h b/tests/testenum.h
index e4aaa1368..7bf3a9eb5 100644
--- a/tests/testenum.h
+++ b/tests/testenum.h
@@ -34,6 +34,7 @@ private slots:
void testAnonymousEnum();
void testGlobalEnums();
void testEnumValueFromNeighbourEnum();
+ void testEnumValueFromExpression();
void testPrivateEnum();
};