summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorErik Schmauss <erik.schmauss@intel.com>2017-04-03 15:37:53 -0700
committerErik Schmauss <erik.schmauss@intel.com>2017-07-21 16:54:23 -0700
commitbe18b4ea0507270d037243c968f510635a331e5a (patch)
tree367695ebd51982d607f6a4fdac6d8352db21c3ab /tests
parenta73816a2a2b116d9e9ab4bc2136be9cd0c1b6c96 (diff)
downloadacpica-be18b4ea0507270d037243c968f510635a331e5a.tar.gz
ASLTS: CH03 and CH04 is intended to take line numbers as arguments rather than a number indicating the "index of error".
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/aslts/src/runtime/cntl/ehandle.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/aslts/src/runtime/cntl/ehandle.asl b/tests/aslts/src/runtime/cntl/ehandle.asl
index 10a0eb516..7075a0d7c 100644
--- a/tests/aslts/src/runtime/cntl/ehandle.asl
+++ b/tests/aslts/src/runtime/cntl/ehandle.asl
@@ -223,7 +223,7 @@ Method(CH02)
* Check that the counter of current exceptions is zero. Set it to zero.
* arg0 - diagnostic message
* arg1 - absolute index of file initiating the checking
- * arg2 - index of checking
+ * arg2 - line number of checking
* arg3 - arg5 of err, "received value"
* arg4 - arg6 of err, "expected value"
*/
@@ -281,7 +281,7 @@ Method(ST16, 1, Serialized)
*
* arg2 - index of exception info in pf00 Package
* arg3 - absolute index of file initiating the checking
- * arg4 - index of checking
+ * arg4 - line number of checking
* arg5 - arg5 of err, "received value"
* arg6 - arg6 of err, "expected value"
*/