Skip to content

Commit 01f4ee6

Browse files
authored
Merge pull request swiftlang#33125 from varungandhi-apple/vg-fix-DebugInfo-test
2 parents 68052a3 + 602fc9d commit 01f4ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DebugInfo/line-directive-codeview.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ func myFunc() {
1212
markUsed("jump directly to def")
1313
}
1414

15-
// REQUIRES: OS=Windows
15+
// REQUIRES: OS=windows-msvc
1616
// RUN: %swiftc_driver %s -S -g -debug-info-format=codeview -target x86_64-unknown-windows-msvc -o - | %FileCheck --check-prefix CV-CHECK %s
1717
// CV-CHECK: .cv_file [[MAIN:[0-9]+]] "{{.*}}line-directive-codeview.swift"
1818
// CV-CHECK: .cv_loc {{[0-9]+}} [[MAIN]] 1 {{0?}}

0 commit comments

Comments
 (0)