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
21// RUN: %empty-directory(%t)
32// RUN: %empty-directory(%t/modulecache)
43//
5554// 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
5655// RUN: %{python} %S/Inputs/check-is-old.py %t/modulecache/OtherModule-*.swiftmodule %t/modulecache/LeafModule-*.swiftmodule
5756// 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'
5958// CHECK-ERROR: OtherModule.swiftinterface:4:8: error: no such module 'LeafModule'
6059//
6160//
You can’t perform that action at this time.
0 commit comments