summaryrefslogtreecommitdiff
path: root/cli/tests/std_tests.rs
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-03-12 12:12:20 -0400
committerGitHub <noreply@github.com>2020-03-12 17:12:20 +0100
commit63cee35691451e85e2c9bb5b88022c8a396d7428 (patch)
treea322f0e41a71232d9f0db46dac352925d18fbba6 /cli/tests/std_tests.rs
parentcabe63eb05f334bc9921dc8633b254b05519b434 (diff)
Enable std tests in debug mode (#4332)
Diffstat (limited to 'cli/tests/std_tests.rs')
-rw-r--r--cli/tests/std_tests.rs3
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;