diff options
Diffstat (limited to 'llvm/test/Linker/testlink.ll')
-rw-r--r-- | llvm/test/Linker/testlink.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Linker/testlink.ll b/llvm/test/Linker/testlink.ll index 5488fccca59..2e9447ddfd3 100644 --- a/llvm/test/Linker/testlink.ll +++ b/llvm/test/Linker/testlink.ll @@ -61,7 +61,7 @@ @AConst = linkonce constant i32 123 ; Renamed version of Intern1. -; CHECK-DAG: @Intern1{{[0-9]+}} = internal constant i32 52 +; CHECK-DAG: @Intern1.{{[0-9]+}} = internal constant i32 52 ; Globals linked from testlink2. |