From 63cee35691451e85e2c9bb5b88022c8a396d7428 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 12 Mar 2020 12:12:20 -0400 Subject: Enable std tests in debug mode (#4332) --- cli/tests/std_tests.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'cli/tests/std_tests.rs') 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; -- cgit v1.2.3