summaryrefslogtreecommitdiff
path: root/test/tools/llvm-cfi-verify/X86/indirect-cf-elimination.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/tools/llvm-cfi-verify/X86/indirect-cf-elimination.s')
-rw-r--r--test/tools/llvm-cfi-verify/X86/indirect-cf-elimination.s5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/tools/llvm-cfi-verify/X86/indirect-cf-elimination.s b/test/tools/llvm-cfi-verify/X86/indirect-cf-elimination.s
index bf1d87a2eb84..e9b873471cb1 100644
--- a/test/tools/llvm-cfi-verify/X86/indirect-cf-elimination.s
+++ b/test/tools/llvm-cfi-verify/X86/indirect-cf-elimination.s
@@ -10,7 +10,10 @@
# reporting of the cfi-verify program. It should only find a single indirect CF
# instruction at `tiny.cc:11` (see protected-lineinfo.s for the source).
-# CHECK: Unprotected: 0 (0.00%), Protected: 1 (100.00%)
+# CHECK: Expected Protected: 1 (100.00%)
+# CHECK: Unexpected Protected: 0 (0.00%)
+# CHECK: Expected Unprotected: 0 (0.00%)
+# CHECK: Unexpected Unprotected (BAD): 0 (0.00%)
.text
.file "ld-temp.o"