summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/exceptions/exc_result
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2019-02-22 10:38:46 -0800
committerRobert Moore <Robert.Moore@intel.com>2019-02-22 10:38:46 -0800
commit158b3583cd14f97f0c1e7bd0c5c00a6aefc56a97 (patch)
tree4562b970052d9697c0708cd62302ae1e05ef3abc /tests/aslts/src/runtime/collections/exceptions/exc_result
parent4a6a10b5a72d92522dfff0af318850601964cf8b (diff)
downloadacpica-158b3583cd14f97f0c1e7bd0c5c00a6aefc56a97.tar.gz
Test suite: makefile changes for new iASL error
Checks for illegal forward references, must be ignored by some of the tests.
Diffstat (limited to 'tests/aslts/src/runtime/collections/exceptions/exc_result')
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/Makefile b/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/Makefile
index 32b94499c..608cb28dc 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/Makefile
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result2/Makefile
@@ -3,6 +3,6 @@
AMLMOD= exc_result2
COLL= ../../..
-ADD_ASLFLAGS=-vx 6163 #illegal reference in method
+ADD_ASLFLAGS=-vx 6163 -vx 6142
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install