diff options
Diffstat (limited to 'clang/test/Import/array-init-loop-expr/test.cpp')
-rw-r--r-- | clang/test/Import/array-init-loop-expr/test.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/Import/array-init-loop-expr/test.cpp b/clang/test/Import/array-init-loop-expr/test.cpp index ac12ecc0361..7fe109c305d 100644 --- a/clang/test/Import/array-init-loop-expr/test.cpp +++ b/clang/test/Import/array-init-loop-expr/test.cpp @@ -6,6 +6,5 @@ // CHECK: ArrayInitIndexExpr void expr() { - S s; - S copy = s; + f(); } |