diff --git a/test/integration-ebpf/Cargo.toml b/test/integration-ebpf/Cargo.toml index bf54af0f..c7f29aee 100644 --- a/test/integration-ebpf/Cargo.toml +++ b/test/integration-ebpf/Cargo.toml @@ -28,10 +28,6 @@ path = "src/name_test.rs" name = "pass" path = "src/pass.rs" -[[bin]] -name = "stack_argument" -path = "src/stack_argument.rs" - [[bin]] name = "test" path = "src/test.rs"