[all-commits] [llvm/llvm-project] ef7668: [lldb] Initialize reproducers in LocateSymbolFileTest
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue Aug 25 11:27:17 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ef76686916d40f20c782ed3967130bd2e0105b31
https://github.com/llvm/llvm-project/commit/ef76686916d40f20c782ed3967130bd2e0105b31
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-08-25 (Tue, 25 Aug 2020)
Changed paths:
M lldb/unittests/Symbol/LocateSymbolFileTest.cpp
Log Message:
-----------
[lldb] Initialize reproducers in LocateSymbolFileTest
Since a842950b62b6d029a392c3c312c6495d6368c2a4 this test started using
the reproducer subsystem but we never initialized it in the test. The
Subsystem takes an argument, so we can't use the usual SubsystemRAII at the
moment to do this for us.
This just adds the initialize/terminate calls to get the test passing again.
More information about the All-commits
mailing list