From ec758436a01903ded6ec5951fa1fc5d2fe062239 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Tue, 3 Mar 2015 20:20:59 +0100 Subject: Added unit tests for annotation handling --- test/core/parser/stack/StackTest.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/core/parser/stack/StackTest.cpp') 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++; -- cgit v1.2.3