|
23 | 23 | // RUN: not test -f %t/XLogging.swiftmodule |
24 | 24 |
|
25 | 25 | // RUN: %FileCheck %s -input-file %t/result-Lib.output -check-prefix CHECK-Lib |
26 | | -// CHECK-Lib: remark: loaded module at {{.*}}AppleLogging.swiftmodule |
| 26 | +// CHECK-Lib: remark: loaded module {{.*}}AppleLogging.swiftmodule |
27 | 27 | // RUN: not %FileCheck %s -input-file %t/result-Lib.output -check-prefix CHECK-NOT-Lib |
28 | | -// CHECK-NOT-Lib: remark: loaded module at {{.*}}XLogging.swiftmodule |
| 28 | +// CHECK-NOT-Lib: remark: loaded module {{.*}}XLogging.swiftmodule |
29 | 29 |
|
30 | 30 | /// 3a. Client1 |
31 | 31 | /// Create module Client1 that imports Lib and XLogging, WITH module aliasing for XLogging |
|
37 | 37 | // RUN: test -f %t/AppleLogging.swiftmodule |
38 | 38 | // RUN: not test -f %t/XLogging.swiftmodule |
39 | 39 | // RUN: %FileCheck %s -input-file %t/result-Client1.output -check-prefix CHECK-CLIENT1 |
40 | | -// CHECK-CLIENT1: remark: loaded module at {{.*}}AppleLogging.swiftmodule |
41 | | -// CHECK-CLIENT1: remark: loaded module at {{.*}}Lib.swiftmodule |
| 40 | +// CHECK-CLIENT1: remark: loaded module {{.*}}AppleLogging.swiftmodule |
| 41 | +// CHECK-CLIENT1: remark: loaded module {{.*}}Lib.swiftmodule |
42 | 42 | // RUN: not %FileCheck %s -input-file %t/result-Client1.output -check-prefix CHECK-NOT-CLIENT1 |
43 | | -// CHECK-NOT-CLIENT1: remark: loaded module at {{.*}}XLogging.swiftmodule |
| 43 | +// CHECK-NOT-CLIENT1: remark: loaded module {{.*}}XLogging.swiftmodule |
44 | 44 |
|
45 | 45 | /// 3b. Client2 |
46 | 46 | /// Try creating module Client2 that imports Lib and XLogging, WITHOUT module aliasing |
|
61 | 61 | // RUN: not test -f %t/XLogging.swiftmodule |
62 | 62 |
|
63 | 63 | // RUN: %FileCheck %s -input-file %t/result-Client3.output -check-prefix CHECK-CLIENT3 |
64 | | -// CHECK-CLIENT3: remark: loaded module at {{.*}}AppleLogging.swiftmodule |
65 | | -// CHECK-CLIENT3: remark: loaded module at {{.*}}Lib.swiftmodule |
| 64 | +// CHECK-CLIENT3: remark: loaded module {{.*}}AppleLogging.swiftmodule |
| 65 | +// CHECK-CLIENT3: remark: loaded module {{.*}}Lib.swiftmodule |
66 | 66 | // RUN: not %FileCheck %s -input-file %t/result-Client3.output -check-prefix CHECK-NOT-CLIENT3 |
67 | | -// CHECK-NOT-CLIENT3: remark: loaded module at {{.*}}XLogging.swiftmodule |
| 67 | +// CHECK-NOT-CLIENT3: remark: loaded module {{.*}}XLogging.swiftmodule |
68 | 68 |
|
69 | 69 | // BEGIN FileLogging.swift |
70 | 70 | public struct Logger { |
|
0 commit comments