================ Comment at: test/Tooling/pch.cpp:11 @@ -12,1 +10,3 @@ +// clang-check should produce an empty output since it is not using the +// debug option. Test for an empty file after clang-check is ejecuted. // RUN: clang-check "%S/Inputs/pch.cpp" "%s" -- -include-pch %t1 -I "%S" -c >%t2 2>&1 ---------------- Typo: "ejecuted". Also, I wouldn't mention the debug option in the comment. It's a fine thing to say as a comment in the commit message however.
http://llvm-reviews.chandlerc.com/D543 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
