diff --git a/lit_tests/coloring.swift b/lit_tests/coloring.swift
index 094f82b18da..c13f6ffa308 100644
--- a/lit_tests/coloring.swift
+++ b/lit_tests/coloring.swift
@@ -150,7 +150,8 @@ func foo(n: Float) -> Int {
// CHECK: protocol Prot
protocol Prot {
- // CHECK: typealias Blarg
+ // CHECK: typealias Blarg
+ // FIXME: Classify 'typealias' as a keyword.
typealias Blarg
// CHECK: func protMeth(x: Int)
func protMeth(x: Int)