Disable -Wunknown-pragmas in a test so that Clang without -Wself-move will not
authorRichard Trieu <rtrieu@google.com>
Wed, 14 Jan 2015 01:50:12 +0000 (01:50 +0000)
committerRichard Trieu <rtrieu@google.com>
Wed, 14 Jan 2015 01:50:12 +0000 (01:50 +0000)
commit1bcf09e58937aebad8bf905a7a1aeb20789f90ec
treef7c22be8200f415b1583536cf18a4b614971a33c
parent09bec94c1648d1c601a80e75ab739def1a517975
Disable -Wunknown-pragmas in a test so that Clang without -Wself-move will not
complain that the flag doesn't exist.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225931 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ADT/APIntTest.cpp