1
0
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:
Vedant Kumar 2016-03-22 15:14:18 +00:00
parent cb019595cf
commit 1517fb2c2e

View File

@ -55,9 +55,7 @@ struct SparseInstrProfTest : public InstrProfTest {
struct MaybeSparseInstrProfTest : public InstrProfTest,
public ::testing::WithParamInterface<bool> {
void SetUp() {
Writer.setOutputSparse(GetParam());
}
void SetUp() { Writer.setOutputSparse(GetParam()); }
};
TEST_P(MaybeSparseInstrProfTest, write_and_read_empty_profile) {