Skip to content

Commit 8bcef1b

Browse files
committed
Point to SR entry
1 parent edb3312 commit 8bcef1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Interop/Cxx/members/static-var-init-calls-function-execution.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// REQUIRES: executable_test
44

5-
// TODO: See why -validate-tbd-against-ir=none is needed here
5+
// TODO: See why -validate-tbd-against-ir=none is needed here (SR-14069)
66

77
import StaticVarInitCallsFunction
88
import StdlibUnittest

test/Interop/Cxx/members/static-var-init-calls-function-irgen.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %target-swift-emit-ir %s -I %S/Inputs -enable-cxx-interop -validate-tbd-against-ir=none | %FileCheck %s
22

3-
// TODO: See why -validate-tbd-against-ir=none is needed here
3+
// TODO: See why -validate-tbd-against-ir=none is needed here (SR-14069)
44

55
import StaticVarInitCallsFunction
66

0 commit comments

Comments
 (0)