File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
test/ParseableInterface/ModuleCache Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
- // REQUIRES: rdar46073729
2
1
// RUN: %empty-directory(%t)
3
2
// RUN: %empty-directory(%t/modulecache)
4
3
//
55
54
// RUN: not %target-swift-frontend -I %t -module-cache-path %t/modulecache -enable-parseable-module-interface -emit-module -o %t/TestModule.swiftmodule -module-name TestModule %s >%t/err.txt 2>&1
56
55
// RUN: %{python} %S/Inputs/check-is-old.py %t/modulecache/OtherModule-*.swiftmodule %t/modulecache/LeafModule-*.swiftmodule
57
56
// RUN: %FileCheck %s -check-prefix=CHECK-ERROR <%t/err.txt
58
- // CHECK-ERROR: LeafModule.swiftinterface:6 :8: error: no such module 'NotAModule'
57
+ // CHECK-ERROR: LeafModule.swiftinterface:7 :8: error: no such module 'NotAModule'
59
58
// CHECK-ERROR: OtherModule.swiftinterface:4:8: error: no such module 'LeafModule'
60
59
//
61
60
//
You can’t perform that action at this time.
0 commit comments