[PATCH] D74202: [DebugInfo][test] Replace pre-canned binary test

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 9 17:57:34 PST 2020


MaskRay added inline comments.


================
Comment at: llvm/unittests/DebugInfo/DWARF/DWARFFormValueTest.cpp:176
+// test into multiple identical parts to share the cases.
+struct FormSkipValueFixture1 : public FormSkipValueFixtureBase {};
+struct FormSkipValueFixture2 : public FormSkipValueFixtureBase {};
----------------
`public` can be deleted.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74202/new/

https://reviews.llvm.org/D74202





More information about the llvm-commits mailing list