From 9a382d0ff02ee348b8bdd7baf26da1e740f2f084 Mon Sep 17 00:00:00 2001
From: Axel Naumann <Axel.Naumann@cern.ch>
Date: Wed, 11 Jan 2017 08:44:35 +0100
Subject: [PATCH] This is now passing, actually.

For some reason that was not visible before the change to the prompt diag suppression.
---
 interpreter/cling/test/Prompt/ClashingDeclsKnownFail.C | 1 -
 1 file changed, 1 deletion(-)

diff --git a/interpreter/cling/test/Prompt/ClashingDeclsKnownFail.C b/interpreter/cling/test/Prompt/ClashingDeclsKnownFail.C
index cb7ba464fab..b85d9913195 100644
--- a/interpreter/cling/test/Prompt/ClashingDeclsKnownFail.C
+++ b/interpreter/cling/test/Prompt/ClashingDeclsKnownFail.C
@@ -7,7 +7,6 @@
 //------------------------------------------------------------------------------
 
 // RUN: cat %s | %cling -Xclang -verify
-// XFAIL: *
 
 // The test exposes a weakness in the declaration extraction of types. As
 // reported in issue ROOT-5248.
-- 
GitLab