From c6876982657c8bf65b7e2a05fc1206b3aacc0ff8 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 19 May 2017 21:32:52 +0800 Subject: remove rust share library test --- tests/projects/shared_library_rust/src/interfaces.rs | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 tests/projects/shared_library_rust/src/interfaces.rs (limited to 'tests/projects/shared_library_rust/src/interfaces.rs') diff --git a/tests/projects/shared_library_rust/src/interfaces.rs b/tests/projects/shared_library_rust/src/interfaces.rs deleted file mode 100644 index 277008ba4..000000000 --- a/tests/projects/shared_library_rust/src/interfaces.rs +++ /dev/null @@ -1,5 +0,0 @@ -pub fn add(a: i32, b: i32) -> i32 -{ - return a + b; -} - -- cgit v1.3.1