Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/ut_seattlelib_dylinkdispatch.r2py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma repy restrictions.test dylink.r2py
#pragma repy restrictions.default dylink.r2py
#pragma out Complete!

"""
Expand Down
2 changes: 1 addition & 1 deletion tests/ut_seattlelib_dylinkoverwritesymbols.r2py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma repy restrictions.test dylink.r2py
#pragma repy restrictions.default dylink.r2py

"""
Testing to see whether symbols are overwritten
Expand Down
2 changes: 1 addition & 1 deletion tests/ut_seattlelib_dylinkselfimport.r2py
Original file line number Diff line number Diff line change
@@ -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.
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/ut_seattlelib_dylinksimple.r2py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down