From c7c412f6458f5aceeb02e9bfc292dc7aac0852d3 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 25 Jul 2024 00:54:13 +0800 Subject: move autogen tests --- .../other/native_module/modules/binary/bar/src/sub.cpp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 tests/projects/other/native_module/modules/binary/bar/src/sub.cpp (limited to 'tests/projects/other/native_module/modules/binary/bar/src/sub.cpp') diff --git a/tests/projects/other/native_module/modules/binary/bar/src/sub.cpp b/tests/projects/other/native_module/modules/binary/bar/src/sub.cpp deleted file mode 100644 index 980289d1a..000000000 --- a/tests/projects/other/native_module/modules/binary/bar/src/sub.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#include -#include - -int main(int argc, char** argv) { - int a = atoi(argv[1]); - int b = atoi(argv[2]); - printf("%d", a - b); - return 0; -} - -- cgit v1.3.1