summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/Identity2MS/abbu/recursion/rec_aslts.asl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aslts/src/runtime/collections/Identity2MS/abbu/recursion/rec_aslts.asl')
-rw-r--r--tests/aslts/src/runtime/collections/Identity2MS/abbu/recursion/rec_aslts.asl6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/aslts/src/runtime/collections/Identity2MS/abbu/recursion/rec_aslts.asl b/tests/aslts/src/runtime/collections/Identity2MS/abbu/recursion/rec_aslts.asl
index 9458b9927..a891cf5ab 100644
--- a/tests/aslts/src/runtime/collections/Identity2MS/abbu/recursion/rec_aslts.asl
+++ b/tests/aslts/src/runtime/collections/Identity2MS/abbu/recursion/rec_aslts.asl
@@ -169,7 +169,7 @@ Method(mr02, 1)
* 2-th level method M0 is recursively invoked from
* the same M0 method.
*/
-Method(mr03)
+Method(mr03,, Serialized)
{
Store("mr03", ts)
@@ -226,7 +226,7 @@ Method(mr03)
* sub-tree of M0 would be not created in that case and we fall to
* AE_NOT_FOUND exception.
*/
-Method(mr04)
+Method(mr04,, Serialized)
{
Store("mr04", ts)
@@ -309,7 +309,7 @@ Method(mr05, 1)
}
-Method(mrff)
+Method(mrff,, Serialized)
{
Name(ts, "mrff")
Name(run0, 1)