mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
Enable std tests in debug mode (#4332)
This commit is contained in:
parent
cabe63eb05
commit
63cee35691
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue