From 7d6bb6cd44114f6af235259e8bb445416fcf3c70 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 12 Oct 2018 07:32:38 +0100 Subject: [PATCH] Add missing run of the functors testcase --- Examples/test-suite/common.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/test-suite/common.mk b/Examples/test-suite/common.mk index f4c871328..3b46354b9 100644 --- a/Examples/test-suite/common.mk +++ b/Examples/test-suite/common.mk @@ -246,6 +246,7 @@ CPP_TEST_CASES += \ friends \ friends_template \ funcptr_cpp \ + functors \ fvirtual \ global_namespace \ global_ns_arg \