From c7fef834a339654ff24f97b52eadeed75ecc0505 Mon Sep 17 00:00:00 2001 From: mat007 Date: Fri, 7 Feb 2014 14:44:30 +0000 Subject: [PATCH] Removed non-supported MOCK_FUNCTOR test with non-default calling convention git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@709 860be788-9bd5-4423-9f1e-828f051e677b --- test/test_mock.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_mock.cpp b/test/test_mock.cpp index f639cb8..549a13a 100644 --- a/test/test_mock.cpp +++ b/test/test_mock.cpp @@ -430,6 +430,5 @@ namespace stdcall MOCK_STATIC_METHOD( MOCK_STDCALL m4, 0, void(), m4 ) }; - MOCK_FUNCTOR( MOCK_STDCALL f, void() ) MOCK_FUNCTION( MOCK_STDCALL f, 0, void(), f ) }