1
0
Fork 0
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:
Ryan Dahl 2020-03-12 12:12:20 -04:00 committed by GitHub
parent cabe63eb05
commit 63cee35691
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;