This test actually needs label names.

PR9796

llvm-svn: 154422
This commit is contained in:
Eric Christopher 2012-04-10 18:36:52 +00:00
parent 2997914ed0
commit eacf8056b1
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
// RUN: %clang_cc1 -triple x86_64-unk-unk -o - -emit-llvm -g %s | FileCheck %s
// RUN: %clang_cc1 -triple x86_64-apple-darwin -o - -emit-llvm -g %s | FileCheck %s
// REQUIRES: asserts
// PR9796
// Check to make sure that we emit the block for the break so that we can count the line.