diff options
| author | ruki <[email protected]> | 2021-11-13 14:13:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-11-13 14:13:24 +0800 |
| commit | f500e8b44d60c9f94fde6d99027a992d1b85e367 (patch) | |
| tree | 77a20f28cd09d6433acd6b86176222536e1fa13a /tests/projects/rust/cxx_call_rust_library/src/main.cc | |
| parent | c25ecb6bccb5046496d6990f3e4ce3ed64748408 (diff) | |
improve rust tests
Diffstat (limited to 'tests/projects/rust/cxx_call_rust_library/src/main.cc')
| -rw-r--r-- | tests/projects/rust/cxx_call_rust_library/src/main.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/projects/rust/cxx_call_rust_library/src/main.cc b/tests/projects/rust/cxx_call_rust_library/src/main.cc index c0d600fd3..d79b319f9 100644 --- a/tests/projects/rust/cxx_call_rust_library/src/main.cc +++ b/tests/projects/rust/cxx_call_rust_library/src/main.cc @@ -1,8 +1,7 @@ #include <stdio.h> #include "bridge.rs.h" -int main(int argc, char** argv) -{ +int main(int argc, char** argv) { printf("add(1, 2) == %d\n", add(1, 2)); return 0; } |
