summaryrefslogtreecommitdiffstats
path: root/test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll')
-rw-r--r--test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll b/test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll
index 5041467..ea82075 100644
--- a/test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll
+++ b/test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll
@@ -2,8 +2,8 @@
; net.
; RUN: llvm-as < %s > %t.out1.bc
-; RUN: echo "%S = type { %S*, i32* }" | llvm-as > %t.out2.bc
+; RUN: echo "%M = type { %M*, i32* }" | llvm-as > %t.out2.bc
; RUN: llvm-link %t.out1.bc %t.out2.bc
-%S = type { %S*, opaque* }
+%M = type { %M*, opaque* }
OpenPOWER on IntegriCloud