summaryrefslogtreecommitdiff
path: root/test/core/parser/stack/StackTest.cpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-03-03 20:20:59 +0100
committerAndreas Stöckel <andreas@somweyr.de>2015-03-03 20:20:59 +0100
commitec758436a01903ded6ec5951fa1fc5d2fe062239 (patch)
tree4dd95626d1efce4bf8cd8c0f6bb7fda8d6a6b968 /test/core/parser/stack/StackTest.cpp
parent42c0480b4fbf80afa0c5b13650a0af74311d7202 (diff)
Added unit tests for annotation handling
Diffstat (limited to 'test/core/parser/stack/StackTest.cpp')
-rw-r--r--test/core/parser/stack/StackTest.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/core/parser/stack/StackTest.cpp b/test/core/parser/stack/StackTest.cpp
index a831c32..af2b8e8 100644
--- a/test/core/parser/stack/StackTest.cpp
+++ b/test/core/parser/stack/StackTest.cpp
@@ -144,8 +144,7 @@ public:
return tracker.startCommandResult;
}
- bool startAnnotation(Variant::mapType &args,
- AnnotationType annotationType) override
+ bool startAnnotation(Variant::mapType &args) override
{
tracker.startAnnotationArgs = args;
tracker.startAnnotationCount++;