From ab2840dfef7bcab2dca312092748326e3f7ce6cf Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Wed, 20 Jan 2010 13:54:36 -0200 Subject: When a constructor able to trigger implicity conversions is removed it should not appear in the implicity conversion list. Reviewed by Marcelo Lira --- tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 78966362c..0a19bd65e 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -15,3 +15,4 @@ declare_test(testaddfunction) declare_test(testconversionruletag) declare_test(testreverseoperators) declare_test(testdtorinformation) +declare_test(testremoveimplconv) -- cgit v1.2.3