Skip to content

Commit

Permalink
Fix my own comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
atrick committed Dec 14, 2015
1 parent 64cbec3 commit 3ff7be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/1_stdlib/Optional.swift
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ OptionalTests.test("Optional OutputStream") {
expectEqual(debugPrintStr(optNoString), "Optional(main.TestNoString)")

let iouNoString: TestNoString! = TestNoString()
// IOU directly conforms to CustomStringConvertible.
// IUO directly conforms to CustomStringConvertible.
// Disabled pending SR-164
// expectTrue(iouNoString is CustomStringConvertible)
expectTrue(canGenericCast(iouNoString, CustomStringConvertible.self))
Expand Down

0 comments on commit 3ff7be7

Please sign in to comment.