Skip to content
Snippets Groups Projects
Commit cca41071 authored by Aaron Ballman's avatar Aaron Ballman
Browse files

This test case was missing -fsyntax-only, so I've added it. NFC to the actual...

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
parent 6a20f1df
No related branches found
No related tags found
No related merge requests found
// RUN: %clang_cc1 -std=c++1z -verify %s
// RUN: %clang_cc1 -fsyntax-only -std=c++1z -verify %s
void f(int n) {
switch (n) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment