summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDylan Reid <dgreid@chromium.org>2019-03-26 14:24:47 -0700
committerchrome-bot <chrome-bot@chromium.org>2019-03-28 02:11:02 -0700
commit3d00b70eb53d1f89ff348346fb91600c54f7f7e8 (patch)
treee3fdadf4981fa64ea798b761782f2de804587420 /Cargo.lock
parentcb5573ba198ddfaa2f41ce72a8de95a75f0393f2 (diff)
downloadcrosvm-3d00b70eb53d1f89ff348346fb91600c54f7f7e8.tar
crosvm-3d00b70eb53d1f89ff348346fb91600c54f7f7e8.tar.gz
crosvm-3d00b70eb53d1f89ff348346fb91600c54f7f7e8.tar.bz2
crosvm-3d00b70eb53d1f89ff348346fb91600c54f7f7e8.tar.lz
crosvm-3d00b70eb53d1f89ff348346fb91600c54f7f7e8.tar.xz
crosvm-3d00b70eb53d1f89ff348346fb91600c54f7f7e8.tar.zst
crosvm-3d00b70eb53d1f89ff348346fb91600c54f7f7e8.zip
Revert "qcow_utils: Add tests"
This test breaks the asan builders

BUG=945423

This reverts commit fbbcf7ad1457b5daff1be151793441006f186683.

Signed-off-by: Dylan Reid <dgreid@chromium.org>
Change-Id: I4db9720118ea6e3002045fad997774ab84d3b59a
Reviewed-on: https://chromium-review.googlesource.com/1540339
Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Chirantan Ekbote <chirantan@chromium.org>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 0 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b6a1360..f22dcd6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -391,20 +391,10 @@ dependencies = [
  "getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
  "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
  "qcow 0.1.0",
- "qcow_utils_test 0.1.0",
  "sys_util 0.1.0",
 ]
 
 [[package]]
-name = "qcow_utils_test"
-version = "0.1.0"
-dependencies = [
- "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
- "qcow_utils 0.1.0",
- "tempdir 0.3.7",
-]
-
-[[package]]
 name = "quote"
 version = "0.6.10"
 source = "registry+https://github.com/rust-lang/crates.io-index"