diff options
Diffstat (limited to 'crates/shirabe/tests/application_test.rs')
| -rw-r--r-- | crates/shirabe/tests/application_test.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/shirabe/tests/application_test.rs b/crates/shirabe/tests/application_test.rs index df5f6e4f..2bb2b68a 100644 --- a/crates/shirabe/tests/application_test.rs +++ b/crates/shirabe/tests/application_test.rs @@ -44,6 +44,8 @@ fn test_dev_warning() { let _tear_down = TearDown; set_up(); + // TODO(phase-d): no define() setter exists for the COMPOSER_DEV_WARNING_TIME constant (the + // shim's defined() is a fixed matches!), so this test's runtime define() cannot be reproduced. todo!() } |
