Skip to content

Commit 0319aa4

Browse files
committed
[ClangImporter] Relax expectations in ClangImporter/const_values.swift to fix Windows CI test failure
1 parent 26cc36b commit 0319aa4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/ClangImporter/const_values.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ func foo() {
128128
// CHECK-NEXT: return %1
129129
// CHECK-NEXT: }
130130

131-
// CHECK: sil shared [transparent] @$sSo17static_const_longSivg : $@convention(thin) () -> Int {
131+
// CHECK: sil shared [transparent] @$sSo17static_const_long{{.*}} : $@convention(thin) () -> {{.*}} {
132132
// CHECK-NEXT: bb0:
133-
// CHECK-NEXT: %0 = integer_literal $Builtin.Int64, 42
134-
// CHECK-NEXT: %1 = struct $Int (%0)
133+
// CHECK-NEXT: %0 = integer_literal {{.*}}, 42
134+
// CHECK-NEXT: %1 = struct {{.*}} (%0)
135135
// CHECK-NEXT: return %1
136136
// CHECK-NEXT: }
137137

0 commit comments

Comments
 (0)