Home | History | Annotate | Download | only in tests
      1 In file included from virtual_bodies.cpp:5:
      2 ./virtual_bodies.h:23:36: warning: [chromium-style] virtual methods with non-empty bodies shouldn't be declared inline.
      3   virtual bool ComplainAboutThis() { return true; }
      4                                    ^
      5 1 warning generated.
      6