summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/bdemo/ACPICA/0189
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2013-03-07 13:58:57 -0800
committerRobert Moore <Robert.Moore@intel.com>2013-03-07 13:58:57 -0800
commit85091665578f4ec2d22e51515280a892e38c7ee6 (patch)
treee7383d6287e1cc2ccf2a760ce275cd574b488d54 /tests/aslts/src/runtime/collections/bdemo/ACPICA/0189
parentca5bb5c7303d04e9dab89317d64d7136fc35d971 (diff)
downloadacpica-85091665578f4ec2d22e51515280a892e38c7ee6.tar.gz
Tests/ASLTS: Fix all cases of "return value not used".
This is now an error in iASL, so must be fixed in the test suite. Chao Guan.
Diffstat (limited to 'tests/aslts/src/runtime/collections/bdemo/ACPICA/0189')
-rw-r--r--tests/aslts/src/runtime/collections/bdemo/ACPICA/0189/DECL.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0189/DECL.asl b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0189/DECL.asl
index b340d939f..bf02561ac 100644
--- a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0189/DECL.asl
+++ b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0189/DECL.asl
@@ -40,13 +40,13 @@ Method(mf7d)
CH03("", 0, 0x000, 0, 0)
- ConcatenateResTemplate(RT00, Local0)
+ Store(ConcatenateResTemplate(RT00, Local0), Local1)
CH04("", 0, 0xff, 0, 0x001, 0, 0)
Store(Buffer(){0x78}, Local0)
- ConcatenateResTemplate(RT00, Local0)
+ Store(ConcatenateResTemplate(RT00, Local0), Local1)
CH04("", 0, 0xff, 0, 0x002, 0, 0)
}