From b1b80fb200c46bd7190f49ad08b4970f5a2d1a8e Mon Sep 17 00:00:00 2001 From: Vincent COUVERT Date: Mon, 9 Mar 2015 16:55:21 +0100 Subject: [PATCH] Revert "regen bug 1412 ref" This reverts commit 14f792c6ff53a176d8139579ac4d8a4f176bc733. Change-Id: I4179ea526dfc34c305a5e08f220a3ec7e8b6e524 --- .../tests/nonreg_tests/bug_1412.dia.ref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scilab/modules/output_stream/tests/nonreg_tests/bug_1412.dia.ref b/scilab/modules/output_stream/tests/nonreg_tests/bug_1412.dia.ref index a07a385..c3747d8f 100644 --- a/scilab/modules/output_stream/tests/nonreg_tests/bug_1412.dia.ref +++ b/scilab/modules/output_stream/tests/nonreg_tests/bug_1412.dia.ref @@ -13,5 +13,5 @@ // Causes scilab to hang, using 95% of CPU. // and display a incorrect error A(3,3)=%s; -ierr = execstr("A(:)=%z;","errcatch"); +ierr = execstr('A(:)=%z;','errcatch'); if ierr <> 999 then bugmes();quit;end -- 1.7.9.5