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)
commita64949dfb855821f16fdfef1bb78b412509fb8e0
tree5bbf52a836bcc237777ec4ba4c5ecde3d83fef50
parenta203ca61afae889462f4935a948ca7486f956e7c
Disable -Wunknown-pragmas in a test so that Clang without -Wself-move will not
complain that the flag doesn't exist.

llvm-svn: 225931
llvm/unittests/ADT/APIntTest.cpp