summaryrefslogtreecommitdiff
path: root/test/COFF/guardcf.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/COFF/guardcf.test')
-rw-r--r--test/COFF/guardcf.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/COFF/guardcf.test b/test/COFF/guardcf.test
index 4f99d705301c..57dca5870d0f 100644
--- a/test/COFF/guardcf.test
+++ b/test/COFF/guardcf.test
@@ -71,4 +71,10 @@ symbols:
SimpleType: IMAGE_SYM_TYPE_NULL
ComplexType: IMAGE_SYM_DTYPE_NULL
StorageClass: IMAGE_SYM_CLASS_EXTERNAL
+ - Name: __enclave_config
+ Value: 0
+ SectionNumber: 0
+ SimpleType: IMAGE_SYM_TYPE_NULL
+ ComplexType: IMAGE_SYM_DTYPE_NULL
+ StorageClass: IMAGE_SYM_CLASS_EXTERNAL
...