diff options
Diffstat (limited to 'test/CodeGenObjC/debug-info-block-line.m')
-rw-r--r-- | test/CodeGenObjC/debug-info-block-line.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/debug-info-block-line.m b/test/CodeGenObjC/debug-info-block-line.m index 1965e1d7dcdc..9ba22bcd24fc 100644 --- a/test/CodeGenObjC/debug-info-block-line.m +++ b/test/CodeGenObjC/debug-info-block-line.m @@ -1,4 +1,4 @@ -// REQUIRES: x86-64-registered-target +// REQUIRES: x86-registered-target // RUN: %clang_cc1 -emit-llvm -fblocks -fobjc-arc -g -triple x86_64-apple-darwin10 %s -o - | FileCheck %s // rdar://11562117 |