Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
grachyov committed Dec 3, 2015
1 parent 2f58e18 commit 53be1f4
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 53be1f4

Please sign in to comment.