ASLTS: control: add expected compiler error for duplicate case statements

Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
This commit is contained in:
Erik Schmauss 2019-12-11 09:44:17 -08:00
parent 40a102c145
commit cef0fbbd8e

View File

@ -3,6 +3,6 @@
AMLMOD= control
COLL= ../..
ADD_ASLFLAGS=-vx 6152 -vx 6163
ADD_ASLFLAGS=-vx 6152 -vx 6163 -vx 6022
TOP= $(COLL)/../../..
include $(COLL)/Makefile.install