Author: particle Date: Tue Dec 30 11:29:54 2008 New Revision: 34656 Modified: trunk/t/compilers/imcc/syn/errors.t
Log: [t] correct regex in expected output causing unexpected failure Modified: trunk/t/compilers/imcc/syn/errors.t ============================================================================== --- trunk/t/compilers/imcc/syn/errors.t (original) +++ trunk/t/compilers/imcc/syn/errors.t Tue Dec 30 11:29:54 2008 @@ -53,7 +53,7 @@ $test_3_pir_code .= ".end\n"; pir_error_output_like( $test_3_pir_code, <<'OUT', "check parser recovery patience." ); -/Too many errors. Correct some first.\n$/ +/Too many errors. Correct some first.\n/ OUT pir_error_output_like( <<'END_PIR', <<'END_EXPECTED', 'identifier SomethingFunny is unexpected' );
