]> granicus.if.org Git - clang/commit
clang/test/CXX/drs/dr1xx.cpp: Add explicit triple x86_64-unknown-unknown to satisfy...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 8 Nov 2013 05:16:50 +0000 (05:16 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 8 Nov 2013 05:16:50 +0000 (05:16 +0000)
commite83b4eb1cf3dd67f3f3700af3e498641268b50c7
treecb64f017cbfad9d7ab8144331df1dc1f00aa8bce
parent2baea2887dfcf023c8e3560e5d4713c42eed7b6b
clang/test/CXX/drs/dr1xx.cpp: Add explicit triple x86_64-unknown-unknown to satisfy check7a and check8a since r194240.

For i686 targets and LLP64 targets, we can see;
  error: 'error' diagnostics seen but not expected:
    File clang/test/CXX/drs/dr1xx.cpp Line 761: 'check7a' declared as an array with a negative size
    File clang/test/CXX/drs/dr1xx.cpp Line 765: 'check8a' declared as an array with a negative size
  2 errors generated.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194246 91177308-0d34-0410-b5e6-96231b3b80d8
test/CXX/drs/dr1xx.cpp