diff options
-rw-r--r-- | test/CodeGenObjCXX/debug-info.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjCXX/debug-info.mm b/test/CodeGenObjCXX/debug-info.mm index 0778889eb8..04cf66f2cd 100644 --- a/test/CodeGenObjCXX/debug-info.mm +++ b/test/CodeGenObjCXX/debug-info.mm @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -g -emit-obj %s -o /dev/null +// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -g -emit-llvm %s -o /dev/null // This test passes if clang doesn't crash. |