diff options
Diffstat (limited to 'llvm/unittests/ProfileData/SampleProfTest.cpp')
-rw-r--r-- | llvm/unittests/ProfileData/SampleProfTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/ProfileData/SampleProfTest.cpp b/llvm/unittests/ProfileData/SampleProfTest.cpp index bc19eb5f07c..3ebfd0e500f 100644 --- a/llvm/unittests/ProfileData/SampleProfTest.cpp +++ b/llvm/unittests/ProfileData/SampleProfTest.cpp @@ -180,7 +180,7 @@ TEST_F(SampleProfTest, roundtrip_text_profile) { } TEST_F(SampleProfTest, roundtrip_raw_binary_profile) { - testRoundTrip(SampleProfileFormat::SPF_Raw_Binary); + testRoundTrip(SampleProfileFormat::SPF_Binary); } TEST_F(SampleProfTest, roundtrip_compact_binary_profile) { |