Files
carbon-lang/testing
Richard Smith 17e053798c Fix incorrect argc calculation. (#3290)
Fix off-by-one error: the terminating `nullptr` in `argv` is not
included in `argc`. This is currently causing crashing tests to crash
again in their crash handler, meaning we don't get a backtrace or
CHECK-failure message.
2023-10-12 21:20:37 +00:00
..