diff --git a/Code/Mantid/Framework/API/test/VectorParameterParserTest.h b/Code/Mantid/Framework/API/test/VectorParameterParserTest.h
index ece3e673a302aa86190a7f7bb1e686791397c597..305353f12e6433e7d1a774a3e02708e10ab9c3ae 100644
--- a/Code/Mantid/Framework/API/test/VectorParameterParserTest.h
+++ b/Code/Mantid/Framework/API/test/VectorParameterParserTest.h
@@ -94,7 +94,7 @@ public:
     TSM_ASSERT_THROWS("No successor, so should throw!", parser.createParameter(pRootElem), std::runtime_error);
   }
 
-  DECLARE_VECTOR_PARAMETER(SucessorVectorParameter, double);
+  DECLARE_VECTOR_PARAMETER(SucessorVectorParameter, double)
 
   void testChainOfResponsibility()
   {