These patch implements a few non-functional-changes:
- switch to using test fixtures for better code sharing
- rename some variables (e.g. to communicate their purpose a bit better)
This patch doesn't change _what_ is being tested.
Differential D93544
[flang][driver] Refactor unit tests for frontend actions (nfc) awarzynski on Dec 18 2020, 7:44 AM. Authored by
Details These patch implements a few non-functional-changes:
This patch doesn't change _what_ is being tested.
Diff Detail
Event TimelineComment Actions Rebase on top of main + refine Making sure that the temporary test files have unique names. Also update Comment Actions Thank you!
Comment Actions Thank you for reviewing @sameeranjoshi !
|
Just trying to understand - why is this error from clang-tidy?
Also I see https://buildkite.com/llvm-project/premerge-checks/builds/20385#c11feba0-7c79-4290-8631-3026a7ff89aa
failing for the same.