scilab: fix throw_exception test

This commit is contained in:
Simon Marchetto 2015-01-26 11:07:28 +01:00
commit 62c0dd9651

View file

@ -16,7 +16,7 @@ checkException('Foo_test_multi(foo, 1)', 'Exception (int) occured: 37');
checkException('Foo_test_multi(foo, 2)', 'Exception (char const *) occured: Dead');
checkException('Foo_test_cls(foo)', 'Exception (Error) occured.');
checkException('Foo_test_cls(foo)', 'Exception (CError) occured.');
delete_Foo(foo);