]> granicus.if.org Git - clang/commitdiff
Fix a typo in testcase and increase its coverage!
authorAdrian Prantl <aprantl@apple.com>
Tue, 5 Jan 2016 23:54:01 +0000 (23:54 +0000)
committerAdrian Prantl <aprantl@apple.com>
Tue, 5 Jan 2016 23:54:01 +0000 (23:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@256874 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/ModuleDebugInfo.cpp

index 81192cb3e932702add8d137b5a728823d8304e4e..82500f0d162de7415c421d6b294ac79b26fa686d 100644 (file)
@@ -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;