blob: 980ade41fdf6f2002f73627268529c9c632d7fc7 [file] [log] [blame]
Rafael Espindola925213b2013-07-04 16:16:58 +00001// RUN: not clang-check "%s" -- -no-integrated-as -c 2>&1 | FileCheck %s
Arnaud A. de Grandmaison59615692014-05-01 19:36:13 +00002// The following test uses multiple time the same '-no-integrated-as' flag in order to make sure those flags are really skipped, and not just overwritten by luck :
3// RUN: not clang-check "%s" -- -target x86_64-win32 -c -no-integrated-as -no-integrated-as -no-integrated-as 2>&1 | FileCheck %s
Simon Atanasyan32df72d2012-05-09 16:18:30 +00004
5// CHECK: C++ requires
6invalid;