summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2017-07-27 13:31:38 -0700
committerRobert Moore <Robert.Moore@intel.com>2017-07-27 13:31:38 -0700
commitc89d33e730e077de957e1b7dba11deaf99086e32 (patch)
treebab394523cd67e9dcf538d17bc91175c7e6692a7 /tests
parent0c08790c56fdf0dc081ae869495a09d8c4230854 (diff)
downloadacpica-c89d33e730e077de957e1b7dba11deaf99086e32.tar.gz
Tests: Fix an incorrect argument count
The _ERR method requires three arguments, not two. Eliminates a warning message.
Diffstat (limited to 'tests')
-rw-r--r--tests/misc/grammar.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/grammar.asl b/tests/misc/grammar.asl
index 8ace87f84..981c74e34 100644
--- a/tests/misc/grammar.asl
+++ b/tests/misc/grammar.asl
@@ -946,7 +946,7 @@ DefinitionBlock (
Notify (\_PR.CPU0, 0)
}
- Method (_ERR, 2)
+ Method (_ERR, 3)
{
Increment (ERRS)
Store ("Run-time exception:", Debug)