From a59620996236d8b09d5bcc3bac6d3226118566b7 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Fri, 24 Oct 2008 22:25:11 +0000 Subject: [PATCH] Unbreak the test by.. removing a space. (clang protested that -verify only works on single input files). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58123 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/SemaCXX/function-type-qual.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/SemaCXX/function-type-qual.cpp b/test/SemaCXX/function-type-qual.cpp index fbd8702a96..b5487a9900 100644 --- a/test/SemaCXX/function-type-qual.cpp +++ b/test/SemaCXX/function-type-qual.cpp @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only -verify %s +// RUN: clang -fsyntax-only -verify %s void f() const; // expected-error {{type qualifier is not allowed on this function}} -- 2.50.1