We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68052a3 + 602fc9d commit 01f4ee6Copy full SHA for 01f4ee6
test/DebugInfo/line-directive-codeview.swift
@@ -12,7 +12,7 @@ func myFunc() {
12
markUsed("jump directly to def")
13
}
14
15
-// REQUIRES: OS=Windows
+// REQUIRES: OS=windows-msvc
16
// RUN: %swiftc_driver %s -S -g -debug-info-format=codeview -target x86_64-unknown-windows-msvc -o - | %FileCheck --check-prefix CV-CHECK %s
17
// CV-CHECK: .cv_file [[MAIN:[0-9]+]] "{{.*}}line-directive-codeview.swift"
18
// CV-CHECK: .cv_loc {{[0-9]+}} [[MAIN]] 1 {{0?}}
0 commit comments