Use -fnext-runtime for this test.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63688 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-02-04 00:03:15 +00:00
Родитель 9142bc962c
Коммит 5f5b03bd02
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,4 @@
// RUN: clang -emit-llvm -o %t %s
// RUN: clang -fnext-runtime -emit-llvm -o %t %s
@interface Object
- (id) new;