From 22ddcfff16476a6d19190f10743a78bde0b2c28f Mon Sep 17 00:00:00 2001 From: "Dr. ERDI Gergo" <gergo@erdi.hu> Date: Mon, 13 Jan 2014 20:37:39 +0800 Subject: [PATCH] T7336 is expected to be broken because of a regression introduced by pattern synonym implementation Signed-off-by: Austin Seipp <austin@well-typed.com> --- testsuite/tests/rename/should_compile/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/tests/rename/should_compile/all.T b/testsuite/tests/rename/should_compile/all.T index 3035e2cefda2..0ce4ca125d37 100644 --- a/testsuite/tests/rename/should_compile/all.T +++ b/testsuite/tests/rename/should_compile/all.T @@ -201,7 +201,7 @@ test('dodgy', multimod_compile, ['dodgy', '-v0']) test('T7167', normal, compile, ['']) -test('T7336', normal, compile, ['-Wall']) +test('T7336', expect_broken(7336), compile, ['-Wall']) test('T2435', normal, multimod_compile, ['T2435','-v0']) test('T7963', -- GitLab