================ Comment at: test/cpp11-migrate/UseNullptr/basic.cpp:193 @@ +192,3 @@ + my_assert(p != 0); + //CHECK: my_assert(p != nullptr); +#undef my_assert ---------------- Missing space before CHECK. http://llvm-reviews.chandlerc.com/D415