Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / ARCMT / allowlisted / objcmt-with-allowlist-impl.m.result
blob69e7b767ef2b70e31289c4ccfd75531d0c5cc470
1 // RUN: rm -rf %t
2 // RUN: %clang_cc1 -objcmt-migrate-readwrite-property -objcmt-migrate-instancetype -objcmt-allowlist-dir-path=%S/Inputs %s -triple x86_64-apple-darwin11 -migrate -o %t.remap
3 // RUN: c-arcmt-test %t.remap | arcmt-test -verify-transformed-files %S/header1.h.result %s.result
5 @interface NSObject
6 + (id)alloc;
7 @end
9 #include "header1.h"
10 #include "header2.h"
12 @interface I2(cat)
13 -(id)initInCat;
14 @end
16 @implementation I1
17 +(instancetype)i1 {}
18 @end