diff --git a/tests/ut_seattlelib_dylink_catch_nestedimport_exception.r2py b/tests/ut_seattlelib_dylink_catch_nestedimport_exception.r2py index 2d3413a..b5f2529 100644 --- a/tests/ut_seattlelib_dylink_catch_nestedimport_exception.r2py +++ b/tests/ut_seattlelib_dylink_catch_nestedimport_exception.r2py @@ -2,7 +2,7 @@ Verify that we can catch an excpetion defined in an imported library and raised in another. """ -#pragma repy restrictions.test dylink.r2py +#pragma repy restrictions.default dylink.r2py #pragma out Successfully caught Lib1Error(). # lib1 defines the exception diff --git a/tests/ut_seattlelib_dylinkdispatch.r2py b/tests/ut_seattlelib_dylinkdispatch.r2py index 2fe82b6..662d8df 100644 --- a/tests/ut_seattlelib_dylinkdispatch.r2py +++ b/tests/ut_seattlelib_dylinkdispatch.r2py @@ -1,4 +1,4 @@ -#pragma repy restrictions.test dylink.r2py +#pragma repy restrictions.default dylink.r2py #pragma out Complete! """ diff --git a/tests/ut_seattlelib_dylinkoverwritesymbols.r2py b/tests/ut_seattlelib_dylinkoverwritesymbols.r2py index 27fe3da..fd1f3e1 100644 --- a/tests/ut_seattlelib_dylinkoverwritesymbols.r2py +++ b/tests/ut_seattlelib_dylinkoverwritesymbols.r2py @@ -1,4 +1,4 @@ -#pragma repy restrictions.test dylink.r2py +#pragma repy restrictions.default dylink.r2py """ Testing to see whether symbols are overwritten diff --git a/tests/ut_seattlelib_dylinkselfimport.r2py b/tests/ut_seattlelib_dylinkselfimport.r2py index bf81c28..ce8220c 100644 --- a/tests/ut_seattlelib_dylinkselfimport.r2py +++ b/tests/ut_seattlelib_dylinkselfimport.r2py @@ -1,4 +1,4 @@ -#pragma repy restrictions.test dylink.r2py +#pragma repy restrictions.default dylink.r2py """ Try to import (via dylink) this very file. Should NOT cause infinite recursion. """ diff --git a/tests/ut_seattlelib_dylinksimple.r2py b/tests/ut_seattlelib_dylinksimple.r2py index 629ee80..ccd6e7e 100644 --- a/tests/ut_seattlelib_dylinksimple.r2py +++ b/tests/ut_seattlelib_dylinksimple.r2py @@ -1,4 +1,4 @@ -#pragma repy restrictions.test dylink.r2py dytestmoduleexitall.r2py +#pragma repy restrictions.default dylink.r2py dytestmoduleexitall.r2py """ Basic dylink tests. Nothing fancy.