mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Disable test that fails spuriously
This test fails sometimes with something like: SOURCE_DIR/test/ModuleInterface/ModuleCache/prebuilt-module-cache-forwarding.swift:47:8: error: malformed compiled module: BUILD_DIR/test-macosx-x86_64/ModuleInterface/ModuleCache/Output/prebuilt-module-cache-forwarding.swift.tmp/MCP/Lib-2XZQCTV44N470.swiftmodule rdar://58578342
This commit is contained in:
@@ -50,3 +50,5 @@ struct X {}
|
||||
let _: X = Lib.testValue
|
||||
// FROM-INTERFACE: [[@LINE-1]]:16: error: cannot convert value of type 'FromInterface' to specified type 'X'
|
||||
// FROM-PREBUILT: [[@LINE-2]]:16: error: cannot convert value of type 'FromPrebuilt' to specified type 'X'
|
||||
|
||||
// REQUIRES: rdar58578342
|
||||
|
||||
Reference in New Issue
Block a user