summaryrefslogtreecommitdiffstats
path: root/chromium/components/variations/service/variations_field_trial_creator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/variations/service/variations_field_trial_creator.cc')
-rw-r--r--chromium/components/variations/service/variations_field_trial_creator.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/components/variations/service/variations_field_trial_creator.cc b/chromium/components/variations/service/variations_field_trial_creator.cc
index aef885cdb58..ac93e0cf388 100644
--- a/chromium/components/variations/service/variations_field_trial_creator.cc
+++ b/chromium/components/variations/service/variations_field_trial_creator.cc
@@ -301,7 +301,8 @@ bool VariationsFieldTrialCreator::SetUpFieldTrials(
// We log a recognizable token for the crash condition, to allow tests to
// recognize the crash location in the test output. See:
// TEST_P(FieldTrialTest, ExtendedSafeModeEndToEnd)
- LOG(FATAL) << "crash_for_testing";
+ LOG(ERROR) << "crash_for_testing";
+ abort();
}
// This must be called after |local_state_| is initialized.