r256874 - Fix a typo in testcase and increase its coverage!
Adrian Prantl via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 5 15:54:01 PST 2016
Author: adrian
Date: Tue Jan 5 17:54:01 2016
New Revision: 256874
URL: http://llvm.org/viewvc/llvm-project?rev=256874&view=rev
Log:
Fix a typo in testcase and increase its coverage!
Modified:
cfe/trunk/test/Modules/ModuleDebugInfo.cpp
Modified: cfe/trunk/test/Modules/ModuleDebugInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/ModuleDebugInfo.cpp?rev=256874&r1=256873&r2=256874&view=diff
==============================================================================
--- cfe/trunk/test/Modules/ModuleDebugInfo.cpp (original)
+++ cfe/trunk/test/Modules/ModuleDebugInfo.cpp Tue Jan 5 17:54:01 2016
@@ -13,7 +13,7 @@
// PCH:
// RUN: %clang_cc1 -triple %itanium_abi_triple -x c++ -std=c++11 -emit-pch -fmodule-format=obj -I %S/Inputs -o %t.pch %S/Inputs/DebugCXX.h -mllvm -debug-only=pchcontainer &>%t-pch.ll
// RUN: cat %t-pch.ll | FileCheck %s
-// RUN: cat %t-mod.ll | FileCheck --check-prefix=CHECK-NEG %s
+// RUN: cat %t-pch.ll | FileCheck --check-prefix=CHECK-NEG %s
#ifdef MODULES
@import DebugCXX;
More information about the cfe-commits
mailing list