[weak vtables] Remove a bunch of weak vtables
[oota-llvm.git] / utils / unittest / googletest / include / gtest / internal / gtest-param-util.h
index 0ef9718cf43a926d399ccd597c51fc9cb5476a60..3bb2ffb3556666eddd434588ef3179c2ade697b4 100644 (file)
@@ -414,7 +414,7 @@ class TestMetaFactory
 // and calls RegisterTests() on each of them when asked.
 class ParameterizedTestCaseInfoBase {
  public:
-  virtual ~ParameterizedTestCaseInfoBase() {}
+  virtual ~ParameterizedTestCaseInfoBase();
 
   // Base part of test case name for display purposes.
   virtual const string& GetTestCaseName() const = 0;