Index: test/NaCl/PNaClABI/types-function.ll |
diff --git a/test/NaCl/PNaClABI/types-function.ll b/test/NaCl/PNaClABI/types-function.ll |
index 14267fc6c7e5c21e353f845b16193b212575595c..d1ead912cbd0275392a6c465fc6df90a7360ce71 100644 |
--- a/test/NaCl/PNaClABI/types-function.ll |
+++ b/test/NaCl/PNaClABI/types-function.ll |
@@ -24,7 +24,7 @@ define void @types() { |
; C;HECK: Function types has instruction operand with disallowed type: i15 |
; call void @func(i15 1) |
-; CHECK: Function types has instruction metadata containing disallowed type: half |
+; CHECK: Function types has disallowed instruction metadata: !foo |
ret void, !foo !0 |
} |
; CHECK-NOT: disallowed |