summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorErik Schmauss <erik.schmauss@intel.com>2017-09-08 13:12:07 -0700
committerErik Schmauss <erik.schmauss@intel.com>2017-09-08 13:47:37 -0700
commitf6d83487a76bceadee21bf619916379db5079bd1 (patch)
treec11326b295b1711ef7600a241ecd10153a64330b /tests
parentd6583fe044e1e3d768d0ea57190a17aa32e532c5 (diff)
downloadacpica-f6d83487a76bceadee21bf619916379db5079bd1.tar.gz
ASLTS: make stylistic adjustments to pass converter test
MT_MUTEX/DYNOBJ - converter does not support nested comments. Remove the nested comment so that it is just a single-line comment EXC - converter does not currently support #include directives. replace these with ASL include statements. Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc/MAIN.asl8
-rw-r--r--tests/aslts/src/runtime/common/TCI/tcicmd.asl10
2 files changed, 9 insertions, 9 deletions
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc/MAIN.asl b/tests/aslts/src/runtime/collections/exceptions/exc/MAIN.asl
index 920ef9add..2f90bb607 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc/MAIN.asl
@@ -44,10 +44,10 @@ Method (XXXX, 1)
}
// All declarations
- #include("../../../../runtime/cntl/DECL.asl")
- #include("../../../../runtime/common/data.asl")
- #include("../../../../runtime/collections/exceptions/exc/exc.asl")
- #include("../../../../runtime/collections/functional/reference/ref71.asl")
+ Include("../../../../runtime/cntl/DECL.asl")
+ Include("../../../../runtime/common/data.asl")
+ Include("../../../../runtime/collections/exceptions/exc/exc.asl")
+ Include("../../../../runtime/collections/functional/reference/ref71.asl")
Method(MAIN) {
diff --git a/tests/aslts/src/runtime/common/TCI/tcicmd.asl b/tests/aslts/src/runtime/common/TCI/tcicmd.asl
index 01babd4e6..1c55599a2 100644
--- a/tests/aslts/src/runtime/common/TCI/tcicmd.asl
+++ b/tests/aslts/src/runtime/common/TCI/tcicmd.asl
@@ -105,11 +105,11 @@ Name(c22f, 7) // length TCI_PACKAGE_THR_HEADER_SIZE
Name(c221, 5) // CACHE_LISTS_NUMBER (Object Caches):
- // CLIST_ID_NAMESPACE 0 /* Acpi-Namespace */
- // CLIST_ID_STATE 1 /* Acpi-State */
- // CLIST_ID_OPERAND 2 /* Acpi-Operand */
- // CLIST_ID_PSNODE 3 /* Acpi-Parse */
- // CLIST_ID_PSNODE_EXT 4 /* Acpi-ParseExt */
+ // CLIST_ID_NAMESPACE 0 -- Acpi-Namespace
+ // CLIST_ID_STATE 1 -- Acpi-State
+ // CLIST_ID_OPERAND 2 -- Acpi-Operand
+ // CLIST_ID_PSNODE 3 -- Acpi-Parse
+ // CLIST_ID_PSNODE_EXT 4 -- Acpi-ParseExt
Name(c226, 0) // CLIST_ID_NAMESPACE
Name(c227, 1) // CLIST_ID_STATE