diff options
author | Moonchild <mcwerewolf@wolfbeast.com> | 2018-12-09 17:27:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-09 17:27:56 +0100 |
commit | d01a5b10f1551bffdb220f4b3d700156008aab7b (patch) | |
tree | e487b48ec1a9d7b8a2b3c2b0d476b22c1d5a5df9 /dom/media/gtest/Cargo.toml | |
parent | 1fd53c96ef54e5e298fed7be9574fd2c9073463f (diff) | |
parent | 9ba2b33da473e128aef5b553c05c615cf9e45104 (diff) | |
download | UXP-d01a5b10f1551bffdb220f4b3d700156008aab7b.tar UXP-d01a5b10f1551bffdb220f4b3d700156008aab7b.tar.gz UXP-d01a5b10f1551bffdb220f4b3d700156008aab7b.tar.lz UXP-d01a5b10f1551bffdb220f4b3d700156008aab7b.tar.xz UXP-d01a5b10f1551bffdb220f4b3d700156008aab7b.zip |
Merge pull request #901 from trav90/code-cleanup
Remove unused files from media gtests
Diffstat (limited to 'dom/media/gtest/Cargo.toml')
-rw-r--r-- | dom/media/gtest/Cargo.toml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/dom/media/gtest/Cargo.toml b/dom/media/gtest/Cargo.toml deleted file mode 100644 index a55f8fb68..000000000 --- a/dom/media/gtest/Cargo.toml +++ /dev/null @@ -1,7 +0,0 @@ -[package] -name = "mp4parse-gtest" -version = "0.1.0" -authors = ["nobody@mozilla.org"] - -[lib] -path = "hello.rs" |