aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/unittest
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/testing/unittest')
-rw-r--r--library/cpp/testing/unittest/utmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/testing/unittest/utmain.cpp b/library/cpp/testing/unittest/utmain.cpp
index 305bc6b40f..c99057566e 100644
--- a/library/cpp/testing/unittest/utmain.cpp
+++ b/library/cpp/testing/unittest/utmain.cpp
@@ -492,7 +492,7 @@ private:
// test could fail with zero status if it calls exit(0) in the middle.
if (ForkExitedCorrectly)
break;
- [[fallthrough]];
+ [[fallthrough]];
}
case TShellCommand::SHELL_ERROR: {
ythrow yexception() << "Forked test failed";