summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/ModuleDebugInfo.cpp
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2016-01-05 23:54:01 +0000
committerAdrian Prantl <aprantl@apple.com>2016-01-05 23:54:01 +0000
commitaac97c93ac156a23e07d2acf5a1345aeea073cdb (patch)
tree25ad00faba88e37ef239fba6405cd5b7e0dba060 /clang/test/Modules/ModuleDebugInfo.cpp
parentb2920a779cd8bfb53b8869d1c68f3efc5e76062c (diff)
downloadbcm5719-llvm-aac97c93ac156a23e07d2acf5a1345aeea073cdb.tar.gz
bcm5719-llvm-aac97c93ac156a23e07d2acf5a1345aeea073cdb.zip
Fix a typo in testcase and increase its coverage!
llvm-svn: 256874
Diffstat (limited to 'clang/test/Modules/ModuleDebugInfo.cpp')
-rw-r--r--clang/test/Modules/ModuleDebugInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/ModuleDebugInfo.cpp b/clang/test/Modules/ModuleDebugInfo.cpp
index 81192cb3e93..82500f0d162 100644
--- a/clang/test/Modules/ModuleDebugInfo.cpp
+++ b/clang/test/Modules/ModuleDebugInfo.cpp
@@ -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;
OpenPOWER on IntegriCloud