From: Aaron Ballman Date: Tue, 17 Oct 2017 20:49:30 +0000 (+0000) Subject: This test case was missing -fsyntax-only, so I've added it. NFC to the actual test... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cca410711ff8fcd53592f6991994b8a287a286bd;p=clang This test case was missing -fsyntax-only, so I've added it. NFC to the actual test contents, just how the test is executed. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@316028 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CXX/dcl.dcl/dcl.attr/dcl.attr.fallthrough/p1.cpp b/test/CXX/dcl.dcl/dcl.attr/dcl.attr.fallthrough/p1.cpp index e7c90339a2..f267d9067b 100644 --- a/test/CXX/dcl.dcl/dcl.attr/dcl.attr.fallthrough/p1.cpp +++ b/test/CXX/dcl.dcl/dcl.attr/dcl.attr.fallthrough/p1.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -std=c++1z -verify %s +// RUN: %clang_cc1 -fsyntax-only -std=c++1z -verify %s void f(int n) { switch (n) {