[ODRHash] Change test to try to appease buildbot.

llvm-svn: 296953
This commit is contained in:
Richard Trieu 2017-03-04 02:05:13 +00:00
parent c74a2e1297
commit 054c35c0c1
1 changed files with 2 additions and 0 deletions

View 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;