From: Hans Wennborg Date: Fri, 17 Jan 2014 00:04:43 +0000 (+0000) Subject: ms-intrin.cpp: no need for -verify anymore X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99344350f46a0bfe0bd4589aefc6e17878a042ce;p=clang ms-intrin.cpp: no need for -verify anymore git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199442 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Headers/ms-intrin.cpp b/test/Headers/ms-intrin.cpp index 6033d436e6..58ad5a2449 100644 --- a/test/Headers/ms-intrin.cpp +++ b/test/Headers/ms-intrin.cpp @@ -1,6 +1,6 @@ // RUN: %clang_cc1 -triple i386-pc-win32 -target-cpu pentium4 \ // RUN: -fms-extensions -fms-compatibility -fmsc-version=1700 \ -// RUN: -ffreestanding -verify %s +// RUN: -ffreestanding -fsyntax-only %s // Intrin.h needs size_t, but -ffreestanding prevents us from getting it from // stddef.h. Work around it with this typedef.