Skip to content
Snippets Groups Projects
Commit 22ddcfff authored by Gergő Érdi's avatar Gergő Érdi Committed by Austin Seipp
Browse files

T7336 is expected to be broken because of a regression introduced by pattern synonym implementation

parent 4f8369bf
No related merge requests found
...@@ -201,7 +201,7 @@ test('dodgy', ...@@ -201,7 +201,7 @@ test('dodgy',
multimod_compile, multimod_compile,
['dodgy', '-v0']) ['dodgy', '-v0'])
test('T7167', normal, compile, ['']) test('T7167', normal, compile, [''])
test('T7336', normal, compile, ['-Wall']) test('T7336', expect_broken(7336), compile, ['-Wall'])
test('T2435', normal, multimod_compile, ['T2435','-v0']) test('T2435', normal, multimod_compile, ['T2435','-v0'])
test('T7963', test('T7963',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment