Author: nico Date: Tue Aug 30 09:24:28 2016 New Revision: 280094 URL: http://llvm.org/viewvc/llvm-project?rev=280094&view=rev Log: Fix typo in comment
Modified: cfe/trunk/test/Driver/cl-pch.cpp Modified: cfe/trunk/test/Driver/cl-pch.cpp URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/cl-pch.cpp?rev=280094&r1=280093&r2=280094&view=diff ============================================================================== --- cfe/trunk/test/Driver/cl-pch.cpp (original) +++ cfe/trunk/test/Driver/cl-pch.cpp Tue Aug 30 09:24:28 2016 @@ -313,7 +313,7 @@ // RUN: | FileCheck -check-prefix=CHECK-NoSource %s // CHECK-NoSource: file.prof:{{.*}}input unused -// ...but if an explicit file turns the file into a source file, handle it: +// ...but if an explicit flag turns the file into a source file, handle it: // RUN: %clang_cl /TP -Werror /Ycpchfile.h /FIpchfile.h /c -### -- %S/Inputs/file.prof 2>&1 \ // RUN: | FileCheck -check-prefix=CHECK-NoSourceTP %s // CHECK-NoSourceTP: cc1 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits