Details
Details
- Reviewers
eugenis
Diff Detail
Diff Detail
Event Timeline
test/msan/print-stack-trace.cc | ||
---|---|---|
1 ↗ | (On Diff #9766) | This test should go to test/sanitizer_common/TestCases (and remove the same test case from ASan suite). |
Comment Actions
LGTM w/ nit
test/msan/print-stack-trace.cc | ||
---|---|---|
1 ↗ | (On Diff #9766) | And when you do that, beware that on Mac (I think) stack trace line for main may have () after the function name. Or maybe not. Anyway, it's better to remove the space after main and before .* |