From 6953ca0c43ff4cb08fc9f76eabb5415a892e5167 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 2 Apr 2024 21:01:59 +0800 Subject: add multiple interfaces for bar --- tests/projects/other/native_module/modules/binary/bar/src/main.cpp | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 tests/projects/other/native_module/modules/binary/bar/src/main.cpp (limited to 'tests/projects/other/native_module/modules/binary/bar/src/main.cpp') diff --git a/tests/projects/other/native_module/modules/binary/bar/src/main.cpp b/tests/projects/other/native_module/modules/binary/bar/src/main.cpp deleted file mode 100644 index 740142372..000000000 --- a/tests/projects/other/native_module/modules/binary/bar/src/main.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include - -int main(int argc, char** argv) { - printf("%s %s\n", argv[1], argv[2]); - return 0; -} -- cgit v1.3.1