summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/Identity2MS
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2008-07-29 09:30:58 -0700
committerRobert Moore <Robert.Moore@intel.com>2008-07-29 09:30:58 -0700
commitbfcb04bacfbacde91cebd1ae39bda42fc0b35a23 (patch)
tree67d479ea47e6644ab12f786ffa18817be21d153c /tests/aslts/src/runtime/collections/Identity2MS
parent61565d738f0a54be31fdbd9bcfe87fff8f02be8d (diff)
downloadacpica-bfcb04bacfbacde91cebd1ae39bda42fc0b35a23.tar.gz
Test suite: update tests for recent acpica changes.
These changes affected the tests: iASL: error if named object created in while loop iASL: minimum 1 interrupt in interrupt macro Table Load: table is now loaded at namespace root
Diffstat (limited to 'tests/aslts/src/runtime/collections/Identity2MS')
-rw-r--r--tests/aslts/src/runtime/collections/Identity2MS/abbu/misc/ms1.asl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/aslts/src/runtime/collections/Identity2MS/abbu/misc/ms1.asl b/tests/aslts/src/runtime/collections/Identity2MS/abbu/misc/ms1.asl
index 93044074c..ba08247c0 100644
--- a/tests/aslts/src/runtime/collections/Identity2MS/abbu/misc/ms1.asl
+++ b/tests/aslts/src/runtime/collections/Identity2MS/abbu/misc/ms1.asl
@@ -5785,9 +5785,9 @@ Method(ms2c, 1)
Store(1, Local0)
Store(0, Local1)
- while (Local0) {
- Name(WHIN, Ones)
+ Name(WHIN, Ones)
+ while (Local0) {
if (Local1) {
CH04(ts, 0, 0xff, z179, 0x2bd, 0, 0)
} else {
@@ -5806,9 +5806,9 @@ Method(ms2c, 1)
Store(2, Local0)
Store(0, Local1)
- while (Local0) {
- Name(WHIN, Ones)
+ Name(WHIN, Ones)
+ while (Local0) {
if (Local1) {
CH04(ts, 0, 0xff, z179, 0x2bf, 0, 0)
} else {