From 00a02a3d9c84c531087a072979681e00f93e3f2a Mon Sep 17 00:00:00 2001 From: xantares Date: Sat, 10 May 2014 12:09:52 +0200 Subject: [PATCH] Fix duplicate entry --- Examples/test-suite/common.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/Examples/test-suite/common.mk b/Examples/test-suite/common.mk index 2a4591524eb..c8789cb99eb 100644 --- a/Examples/test-suite/common.mk +++ b/Examples/test-suite/common.mk @@ -409,7 +409,6 @@ CPP_TEST_CASES += \ template_partial_specialization \ template_partial_specialization_typedef \ template_qualifier \ - template_qualifier \ template_ref_type \ template_rename \ template_retvalue \