Skip to content

Commit dba16ee

Browse files
committed
[Test] Use semantics-free NSWobbling example rather than NSCopying.
1 parent a32eafb commit dba16ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ClangModules/swift2_warnings.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ class X : NSDocument {
9292
}
9393
}
9494

95-
func makeCopy<T: NSCopying>(thing: T) {} // expected-error {{'NSCopying' has been renamed to 'Copying'}} {{18-27=Copying}}
95+
func makeCopy<T: NSWobbling>(thing: T) {} // expected-error {{'NSWobbling' has been renamed to 'Wobbling'}} {{18-28=Wobbling}}

0 commit comments

Comments
 (0)