Skip to content

Commit ae72a54

Browse files
committed
[ClangImporter] Reenable the objc_nsmanagedobject.swift test
This test was likely broken by issues in CoreData. These should now have been fixed, let's try reenabling this test. rdar://76090045
1 parent befeab2 commit ae72a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ClangImporter/objc_nsmanagedobject.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -I %S/Inputs/custom-modules -emit-silgen -parse-as-library -o /dev/null -DNO_ERROR %s %S/Inputs/objc_nsmanaged_other.swift
55
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -I %S/Inputs/custom-modules -emit-silgen -parse-as-library -o /dev/null -DNO_ERROR -primary-file %s %S/Inputs/objc_nsmanaged_other.swift
66

7-
// REQUIRES: objc_interop, rdar76090045
7+
// REQUIRES: objc_interop
88

99
import Foundation
1010
import CoreData

0 commit comments

Comments
 (0)