summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/bdemo/ACPICA/0079/DECL.asl
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/0079/DECL.asl
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/0079/DECL.asl')
-rw-r--r--tests/aslts/src/runtime/collections/bdemo/ACPICA/0079/DECL.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0079/DECL.asl b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0079/DECL.asl
index dcf60f051..4040cfa20 100644
--- a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0079/DECL.asl
+++ b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0079/DECL.asl
@@ -36,6 +36,6 @@
{
Store(0, Local0)
- ToBuffer("1234567")
+ Store(ToBuffer("1234567"), Local1)
Store(ToBuffer("1234567"), Local0)
}