summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorErik Schmauss <erik.schmauss@intel.com>2017-03-22 12:34:24 -0700
committerErik Schmauss <erik.schmauss@intel.com>2017-07-21 16:54:23 -0700
commit6f3586d458cfc2cefa4602e3423b017ecef6492d (patch)
tree77171744e2a87537e526a9d282fb7ce9159a978f /tests
parent9764428654973616400c8f762693e429209b12c4 (diff)
downloadacpica-6f3586d458cfc2cefa4602e3423b017ecef6492d.tar.gz
ASLTS: getting rid of unnecessary error reporting.
This error information is redundant. Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/aslts/src/runtime/cntl/common.asl5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/aslts/src/runtime/cntl/common.asl b/tests/aslts/src/runtime/cntl/common.asl
index 19cbd791e..d70b39d24 100644
--- a/tests/aslts/src/runtime/cntl/common.asl
+++ b/tests/aslts/src/runtime/cntl/common.asl
@@ -734,10 +734,7 @@ Method(err, 7)
// Add ID of test case being executed
Or(ERRB, Local0, Local7)
- Concatenate("---------- ERROR : 0x", Local7, Local1)
- Concatenate(", 0x", Local6, Local2)
- Concatenate(Local1, Local2, Local0)
- Concatenate(Local0, ", ", Local1)
+ Store("---------- ERROR : ", Local1)
Concatenate(Local1, arg0, Local0)
Store(Local0, Debug)