Commit c3c26146 authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Fix typo in clang-format control

Summary: [Folly] Fix typo in `clang-format` control.

Reviewed By: markisaa

Differential Revision: D19224383

fbshipit-source-id: 1d153fb4eaead422d93c235e40163b8ae855d13a
parent a5325e50
......@@ -161,7 +161,7 @@ TEST(SymbolizerTest, InlineFunctionBasic) {
inlineBar<100>(frames);
symbolizer.symbolize(frames);
// clang-fromat off
// clang-format off
// Expected full stack trace with @mode/dev. The last frame is missing in opt
// mode.
// Frame: _ZN5folly10symbolizer13getStackTraceEPmm
......@@ -179,7 +179,7 @@ TEST(SymbolizerTest, InlineFunctionBasic) {
// Frame: _ZN7testing8internal12UnitTestImpl11RunAllTestsEv
// Frame: _ZN7testing8UnitTest3RunEv
// Frame: _Z13RUN_ALL_TESTSv
// clang-fromat on
// clang-format on
EXPECT_TRUE(frames.frameCount == 14 || frames.frameCount == 15);
EXPECT_EQ("inlineFoo<100>", std::string(frames.frames[5].name));
EXPECT_EQ(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment