Skip to content

Commit 602fc9d

Browse files
[DebugInfo] Fix test REQUIRES to run on Windows.
1 parent 059344d commit 602fc9d

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)