Skip to content

Commit c58ffa8

Browse files
authored
Merge pull request #21425 from graydon/rdar-46073729-re-enable-I-know-not-why-or-how
[ModuleInterface] <rdar://46073729> Re-enable test that appears to be working now.
2 parents ab87c70 + e7ab8fc commit c58ffa8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/ParseableInterface/ModuleCache/module-cache-diagnostics.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: rdar46073729
21
// RUN: %empty-directory(%t)
32
// RUN: %empty-directory(%t/modulecache)
43
//
@@ -55,7 +54,7 @@
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
//

0 commit comments

Comments
 (0)