summaryrefslogtreecommitdiffstats
path: root/dom/media/gtest/hello.rs
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@wolfbeast.com>2018-12-09 17:27:56 +0100
committerGitHub <noreply@github.com>2018-12-09 17:27:56 +0100
commitd01a5b10f1551bffdb220f4b3d700156008aab7b (patch)
treee487b48ec1a9d7b8a2b3c2b0d476b22c1d5a5df9 /dom/media/gtest/hello.rs
parent1fd53c96ef54e5e298fed7be9574fd2c9073463f (diff)
parent9ba2b33da473e128aef5b553c05c615cf9e45104 (diff)
downloadUXP-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/hello.rs')
-rw-r--r--dom/media/gtest/hello.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/dom/media/gtest/hello.rs b/dom/media/gtest/hello.rs
deleted file mode 100644
index cd111882a..000000000
--- a/dom/media/gtest/hello.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-#[no_mangle]
-pub extern fn test_rust() -> *const u8 {
- // NB: rust &str aren't null terminated.
- let greeting = "hello from rust.\0";
- greeting.as_ptr()
-}