diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2014-07-06 20:07:16 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2014-07-06 20:07:16 +0000 |
commit | ee7d10b5aa7f7b53df2a69239290414f9c87ff49 (patch) | |
tree | 600669f220eb1b470175cd359e5dfb73e30aed6e /clang/test/Parser/MicrosoftExtensions.cpp | |
parent | 1c8a5d75f117dfd15ea84d0c2b375b822b2eeba7 (diff) | |
download | bcm5719-llvm-ee7d10b5aa7f7b53df2a69239290414f9c87ff49.tar.gz bcm5719-llvm-ee7d10b5aa7f7b53df2a69239290414f9c87ff49.zip |
Giving this test a triple to satisfy the build bots.
llvm-svn: 212418
Diffstat (limited to 'clang/test/Parser/MicrosoftExtensions.cpp')
-rw-r--r-- | clang/test/Parser/MicrosoftExtensions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/MicrosoftExtensions.cpp b/clang/test/Parser/MicrosoftExtensions.cpp index f41e5ec29ee..a35d0695b08 100644 --- a/clang/test/Parser/MicrosoftExtensions.cpp +++ b/clang/test/Parser/MicrosoftExtensions.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -std=c++11 -fsyntax-only -Wno-unused-value -Wmicrosoft -verify -fms-extensions -fms-compatibility -fdelayed-template-parsing +// RUN: %clang_cc1 %s -triple i386-mingw32 -std=c++11 -fsyntax-only -Wno-unused-value -Wmicrosoft -verify -fms-extensions -fms-compatibility -fdelayed-template-parsing /* Microsoft attribute tests */ [repeatable][source_annotation_attribute( Parameter|ReturnValue )] |