diff options
author | Vedant Kumar <vsk@apple.com> | 2016-03-22 15:14:18 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2016-03-22 15:14:18 +0000 |
commit | 0259b7b44e46d9fe73fe1f48cc57dfbcd0d779ea (patch) | |
tree | c202f29ed580fd515b726107e914c2c5b9edd068 /llvm/unittests/ProfileData/InstrProfTest.cpp | |
parent | a2d28299bdf03baedd2e4ceb64b800e75e9e18df (diff) | |
download | bcm5719-llvm-0259b7b44e46d9fe73fe1f48cc57dfbcd0d779ea.tar.gz bcm5719-llvm-0259b7b44e46d9fe73fe1f48cc57dfbcd0d779ea.zip |
[unittests] clang-format a line, NFC
llvm-svn: 264059
Diffstat (limited to 'llvm/unittests/ProfileData/InstrProfTest.cpp')
-rw-r--r-- | llvm/unittests/ProfileData/InstrProfTest.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/unittests/ProfileData/InstrProfTest.cpp b/llvm/unittests/ProfileData/InstrProfTest.cpp index f0710e77fce..13d1e059cd2 100644 --- a/llvm/unittests/ProfileData/InstrProfTest.cpp +++ b/llvm/unittests/ProfileData/InstrProfTest.cpp @@ -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) { |