OSDN Git Service

[debuginfo-tests] tweak new test to be compatible with wider range of compilers.
authorTim Northover <tnorthover@apple.com>
Tue, 31 Jul 2018 13:19:01 +0000 (13:19 +0000)
committerTim Northover <tnorthover@apple.com>
Tue, 31 Jul 2018 13:19:01 +0000 (13:19 +0000)
commitc5018d46f2da7671873457fef33a63c924b59175
treedb45dc59af0a284edd715bb83c4b1ac55b8aa14e
parentd9e74901fd427d9a4fc02b2cf00c6f13165a1465
[debuginfo-tests] tweak new test to be compatible with wider range of compilers.

emplace_back was added in C++11, and its usage isn't critical to what's being
tested so using push_back instead will allow this test to work with more
compilers.

llvm-svn: 338371
debuginfo-tests/asan-deque.cpp