Fix return value of regexp string test

Closes #3556
This commit is contained in:
Rémi Verschelde 2016-02-02 20:58:00 +01:00
parent d2f2eed963
commit 746a2996c9

View file

@ -472,7 +472,7 @@ bool test_26() {
{
printf("%ls\n", regexp.get_capture(i).c_str());
}
return res;
return (res>=0);
};
struct test_27_data {