From 2346de44330a4309b840e26ddd1ded23f92c6f81 Mon Sep 17 00:00:00 2001 From: Richard Eisenberg Date: Tue, 4 Nov 2014 11:34:53 -0500 Subject: Fix #1476 by making splice patterns work. Unfortunately, splice patterns in brackets still do not work because we don't run splices in brackets. Without running a pattern splice, we can't know what variables it binds, so we're stuck. This is still a substantial improvement, and it may be the best we can do. Still must document new behavior. --- testsuite/tests/th/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/tests/th') diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T index 3f8ff16c81..366858ea9e 100644 --- a/testsuite/tests/th/all.T +++ b/testsuite/tests/th/all.T @@ -344,5 +344,5 @@ test('T8100', normal, compile, ['-v0']) test('T9064', normal, compile, ['-v0']) test('T9209', normal, compile_fail, ['-v0']) test('T7484', normal, compile_fail, ['-v0']) -test('T1476', expect_broken(1476), compile, ['-v0']) +test('T1476', normal, compile, ['-v0']) test('T1476b', normal, compile_fail, ['-v0']) -- cgit v1.2.1