blob: 980ade41fdf6f2002f73627268529c9c632d7fc7 [file] [log] [blame]
Rafael Espindola96e78132013-07-04 16:16:58 +00001// RUN: not clang-check "%s" -- -no-integrated-as -c 2>&1 | FileCheck %s
Stephen Hines6bcf27b2014-05-29 04:14:42 -07002// 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 Atanasyana01ddc72012-05-09 16:18:30 +00004
5// CHECK: C++ requires
6invalid;