Skip to content

Commit 6cbf260

Browse files
authored
Merge pull request swiftlang#20622 from compnerd/paths
2 parents e169d32 + 2717916 commit 6cbf260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/multithread_module.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %empty-directory(%t)
22

3-
// RUN: %target-swift-frontend -assume-parsing-unqualified-ownership-sil %S/Inputs/multithread_module/main.swift -emit-ir -o %t/main.ll %s -o %t/mt_module.ll -num-threads 2 -O -g -module-name test
3+
// RUN: %target-swift-frontend -assume-parsing-unqualified-ownership-sil %S/Inputs/multithread_module/main.swift -emit-ir -o %t/main.ll %/s -o %t/mt_module.ll -num-threads 2 -O -g -module-name test
44
// RUN: %FileCheck --check-prefix=CHECK-MAINLL %s <%t/main.ll
55
// RUN: %FileCheck --check-prefix=CHECK-MODULELL %s <%t/mt_module.ll
66

0 commit comments

Comments
 (0)