diff options
Diffstat (limited to 'cli/tests/std_tests.rs')
-rw-r--r-- | cli/tests/std_tests.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/std_tests.rs b/cli/tests/std_tests.rs index 6ed5d2518..bb14f9c3a 100644 --- a/cli/tests/std_tests.rs +++ b/cli/tests/std_tests.rs @@ -1,8 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -// TODO: fix tests in debug mode -// Runs only on release build -#[cfg(not(debug_assertions))] mod tests { extern crate lazy_static; extern crate tempfile; |