Skip to content

Commit 2cbf391

Browse files
committed
Add missing FileCheck prefix
1 parent 5066de8 commit 2cbf391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interop/Cxx/class/constructors-irgen-windows.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public func createHasVirtualBase() -> HasVirtualBase {
1212
// MICROSOFT_X64: define dllexport swiftcc void @"$s7MySwift20createHasVirtualBaseSo0{{bcD0VyF|deF0VyF}}"(ptr noalias sret({{.*}}) [[V0:%.*]])
1313
// MICROSOFT_X64-NOT: define
1414
// Note `this` return type and implicit "most derived" argument.
15-
// [[V1:%.*]] = alloca %{{.*}}, align 8
15+
// MICROSOFT_X64: [[V1:%.*]] = alloca %{{.*}}, align 8
1616
// MICROSOFT_X64: call ptr @"??0HasVirtualBase@@QEAA@UArgType@@@Z"(ptr [[V1]], i32 %{{[0-9]+}}, i32 1)
1717
// MICROSOFT_X64: call ptr @"??0HasVirtualBase@@QEAA@UArgType@@@Z"(ptr [[V0]], i32 %{{[0-9]+}}, i32 1)
1818
let _ : HasVirtualBase = HasVirtualBase(ArgType())

0 commit comments

Comments
 (0)