Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottt committed Jun 28, 2024
1 parent 17a082c commit c16e106
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cli/tests/integration/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ async fn empty_ok_response_by_default_after_args() -> TestResult {
///
/// `args.wasm` is a guest program checks its cli args.
#[tokio::test(flavor = "multi_thread")]
// TODO: The adapter needs to plumb through support for argument handling. This was removed
// explicitly when we thought we would target the proxy world only, but we'll need it back to
// simplify adapting programs from languages that need a non-empty args list.
async fn empty_ok_response_by_default_after_args_component() {
let resp = Test::using_fixture("args.wasm")
.adapt_component()
Expand Down

0 comments on commit c16e106

Please sign in to comment.