You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-nu-test-support/nu-test-support-test-gating...

9 lines
233 B

--- a/tests/get_system_locale.rs
+++ b/tests/get_system_locale.rs
@@ -1,3 +1,5 @@
+#![cfg(debug_assertions)]
+
use nu_test_support::locale_override::with_locale_override;
use nu_utils::get_system_locale;
use num_format::Grouping;