Skip to content

Commit

Permalink
Merge pull request swiftlang#93 from grachyov/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
lattner committed Dec 3, 2015
2 parents 5fe7948 + 53be1f4 commit 7e86cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/IDE/complete_overridden_decls.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// RUN: FileCheck %s -check-prefix=OVER_MORE_DERIVED_1 < %t.over.txt

//===---
//===--- Check that we don't show overridden decls (only show the overridding decl).
//===--- Check that we don't show overridden decls (only show the overriding decl).
//===---

class FooBase {}
Expand Down

0 comments on commit 7e86cd9

Please sign in to comment.