Skip to content

Commit

Permalink
Revert a pull request that I landed earlier, which broke PrintAsObjC/…
Browse files Browse the repository at this point in the history
…comments.swift.
  • Loading branch information
lattner committed Dec 3, 2015
1 parent a5366df commit 6026b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Inputs/comment_to_something_conversion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ enum A012_AttachToEntities {

/// Aaa.
///
/// Bbb.
///> Bbb.
func f2() {}
// CHECK: {{.*}}DocCommentAsXML=[<Function file="{{.*}}" line="{{.*}}" column="{{.*}}"><Name>f2()</Name><USR>s:FC14swift_ide_test5Brief2f2FT_T_</USR><Declaration>func f2()</Declaration><Abstract><Para>Aaa.</Para></Abstract><Discussion><Para>Bbb.</Para></Discussion></Function>]

Expand Down

0 comments on commit 6026b6d

Please sign in to comment.