]> granicus.if.org Git - clang/commitdiff
[ODRHash] Change test to try to appease buildbot.
authorRichard Trieu <rtrieu@google.com>
Sat, 4 Mar 2017 02:05:13 +0000 (02:05 +0000)
committerRichard Trieu <rtrieu@google.com>
Sat, 4 Mar 2017 02:05:13 +0000 (02:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@296953 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/odr_hash.cpp

index 572d24a077fadc105ae3ec825292448ef27de31b..6c7e5736c3560e57fba53b9985962b648e595dc1 100644 (file)
@@ -312,10 +312,12 @@ S2 s2;
 #if defined(FIRST)
 struct S3 {
   static void A() {}
+  void B() {}
 };
 #elif defined(SECOND)
 struct S3 {
   void A() {}
+  static void B() {}
 };
 #else
 S3 s3;