diff options
Diffstat (limited to 'test/Linker')
-rw-r--r-- | test/Linker/module-flags-4-a.ll | 2 | ||||
-rw-r--r-- | test/Linker/module-flags-5-a.ll | 2 | ||||
-rw-r--r-- | test/Linker/module-flags-6-a.ll | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/Linker/module-flags-4-a.ll b/test/Linker/module-flags-4-a.ll index 0199ef4..f411a56 100644 --- a/test/Linker/module-flags-4-a.ll +++ b/test/Linker/module-flags-4-a.ll @@ -2,7 +2,7 @@ ; Test 'require' error. -; CHECK: Linking module flags 'bar': does not have the required value +; CHECK: linking module flags 'bar': does not have the required value !0 = metadata !{ i32 1, metadata !"foo", i32 37 } !1 = metadata !{ i32 1, metadata !"bar", i32 927 } diff --git a/test/Linker/module-flags-5-a.ll b/test/Linker/module-flags-5-a.ll index 21b20a3..2e59ecc 100644 --- a/test/Linker/module-flags-5-a.ll +++ b/test/Linker/module-flags-5-a.ll @@ -2,7 +2,7 @@ ; Test the 'override' error. -; CHECK: Linking module flags 'foo': IDs have conflicting override values +; CHECK: linking module flags 'foo': IDs have conflicting override values !0 = metadata !{ i32 4, metadata !"foo", i32 927 } diff --git a/test/Linker/module-flags-6-a.ll b/test/Linker/module-flags-6-a.ll index aeade47..c3e0225 100644 --- a/test/Linker/module-flags-6-a.ll +++ b/test/Linker/module-flags-6-a.ll @@ -2,7 +2,7 @@ ; Test module flags error messages. -; CHECK: Linking module flags 'foo': IDs have conflicting values +; CHECK: linking module flags 'foo': IDs have conflicting values !0 = metadata !{ i32 1, metadata !"foo", i32 37 } |