mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[unittests] clang-format a line, NFC
llvm-svn: 264059
This commit is contained in:
parent
cb019595cf
commit
1517fb2c2e
@ -55,9 +55,7 @@ struct SparseInstrProfTest : public InstrProfTest {
|
|||||||
|
|
||||||
struct MaybeSparseInstrProfTest : public InstrProfTest,
|
struct MaybeSparseInstrProfTest : public InstrProfTest,
|
||||||
public ::testing::WithParamInterface<bool> {
|
public ::testing::WithParamInterface<bool> {
|
||||||
void SetUp() {
|
void SetUp() { Writer.setOutputSparse(GetParam()); }
|
||||||
Writer.setOutputSparse(GetParam());
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
TEST_P(MaybeSparseInstrProfTest, write_and_read_empty_profile) {
|
TEST_P(MaybeSparseInstrProfTest, write_and_read_empty_profile) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user