Text file src/cmd/go/testdata/script/mod_run_flags_issue77483.txt

     1  # Regression test for https://go.dev/issue/77483: 'go run -C' should not panic.
     2  
     3  ! go run -C
     4  stderr 'flag needs an argument: -C'
     5  

View as plain text