aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/for-range.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2011-04-15 10:12:39 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2011-04-15 10:12:39 +0000
commit8b8b84dd9196a0a3cf6b34f5d259605e5ec0e143 (patch)
treecaf4c755cc21d47f5f618734a74c68711fbbf2a1 /test/CodeGenCXX/for-range.cpp
parent1f05587937a2b9f4f8c737c1dc59e8047b4b5002 (diff)
Apply NAKAMURA Takumi's workaround to fix thses tests on -Asserts build. The labels there are numbered, not named, and numbered labels are formatted differently.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129562 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/for-range.cpp')
-rw-r--r--test/CodeGenCXX/for-range.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/for-range.cpp b/test/CodeGenCXX/for-range.cpp
index 94b614f726..af46644623 100644
--- a/test/CodeGenCXX/for-range.cpp
+++ b/test/CodeGenCXX/for-range.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -std=c++0x -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -std=c++0x -emit-llvm -o - %s | opt -instnamer -S | FileCheck %s
struct A {
A();