aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/codecs
diff options
context:
space:
mode:
authorilnurkh <ilnurkh@yandex-team.com>2023-10-17 08:15:44 +0300
committerilnurkh <ilnurkh@yandex-team.com>2023-10-17 09:00:07 +0300
commit784925324fd115c37bc98c5bbfe64c15f9966d74 (patch)
treef763f6eaacfcd4757d249977aaddfa4e9b2a355b /library/cpp/codecs
parentd6c75d9ec33559b29eb61a8f2e17cbca30fd5ae2 (diff)
downloadydb-784925324fd115c37bc98c5bbfe64c15f9966d74.tar.gz
Y_FAIL->Y_ABORT at '^li'
https://clubs.at.yandex-team.ru/arcadia/29404
Diffstat (limited to 'library/cpp/codecs')
-rw-r--r--library/cpp/codecs/greedy_dict/gd_stats.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/codecs/greedy_dict/gd_stats.h b/library/cpp/codecs/greedy_dict/gd_stats.h
index b63c4c38d23..e0e814c7ade 100644
--- a/library/cpp/codecs/greedy_dict/gd_stats.h
+++ b/library/cpp/codecs/greedy_dict/gd_stats.h
@@ -49,7 +49,7 @@ namespace NGreedyDict {
case EST_SIMPLE_NORM:
return SimpleTestNorm(modelp, countAB, total);
}
- Y_FAIL("no way!");
+ Y_ABORT("no way!");
return 0;
}
@@ -72,7 +72,7 @@ namespace NGreedyDict {
case ES_SOLAR:
return SolarTest(modelp, count, total);
}
- Y_FAIL("no way!");
+ Y_ABORT("no way!");
return 0;
}