Skip to content

Commit 3373903

Browse files
committed
match windows file separator
1 parent 357c298 commit 3373903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Utils/update-verify-tests/expansion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ func bar(_ y: Int) {
247247
func bar() {}
248248

249249
//--- unparsed.h
250-
// CHECK-UNPARSED: no files updated: found diagnostics in unparsed files TMP_DIR/unparsed.h
250+
// CHECK-UNPARSED: no files updated: found diagnostics in unparsed files TMP_DIR{{/|\\}}unparsed.h
251251
void foo(int len, int *p) __attribute__((swift_attr("@_SwiftifyImport(.countedBy(pointer: .param(2), count: \"len\"))")));
252252

253253
//--- module.modulemap

0 commit comments

Comments
 (0)