scilab: fix throw_exception test
This commit is contained in:
parent
adc4b788df
commit
62c0dd9651
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue