summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime
diff options
context:
space:
mode:
authorErik Schmauss <erik.schmauss@intel.com>2018-02-14 14:59:07 -0800
committerErik Schmauss <erik.schmauss@intel.com>2018-02-14 16:51:16 -0800
commita32eebec574e54b9b794de7630f00529e22fc914 (patch)
tree44dd81ce223e5109eced8cdb4edb799a2ef3a951 /tests/aslts/src/runtime
parente4af07e9b948bb38f0348e72c55d1f3e5c407f48 (diff)
downloadacpica-a32eebec574e54b9b794de7630f00529e22fc914.tar.gz
ASLTS: change formatting of ERR to emit decimal line numbers
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Diffstat (limited to 'tests/aslts/src/runtime')
-rw-r--r--tests/aslts/src/runtime/cntl/common.asl7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/aslts/src/runtime/cntl/common.asl b/tests/aslts/src/runtime/cntl/common.asl
index d32ee0213..2440afc9b 100644
--- a/tests/aslts/src/runtime/cntl/common.asl
+++ b/tests/aslts/src/runtime/cntl/common.asl
@@ -690,7 +690,7 @@
*
* arg0 - diagnostic message (usually, the name of method conglomeration of tests)
* arg1 - absolute index of file reporting the error
- * arg2 - index of error (inside the file)
+ * arg2 - line number of error (inside the file)
* arg3 - absolute index of file initiating the checking
* arg4 - index of checking (inside the file)
* arg5 - first value (usually, received value)
@@ -854,10 +854,7 @@
Concatenate ("ERROR, File : ", Local1, Local0)
Debug = Local0
- Concatenate (" Index : 0x", Arg1, Local0)
- Concatenate (Local0, ", (", Local0)
- Concatenate (Local0, ToDecimalString (Arg1), Local0)
- Concatenate (Local0, ")", Local0)
+ Concatenate (" Line : ", ToDecimalString(Arg1), Local0)
Debug = Local0
/* Checking */