From: Colin LeMahieu Date: Tue, 16 Jun 2015 17:32:45 +0000 (+0000) Subject: [Hexagon] unused-local-typedef warning test is passing. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1274b3c6f8a64c95016b2a14238b3c5b01f7ace7;p=clang [Hexagon] unused-local-typedef warning test is passing. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239832 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/warn-unused-local-typedef.cpp b/test/Modules/warn-unused-local-typedef.cpp index b6c006b321..14cfcc3ebc 100644 --- a/test/Modules/warn-unused-local-typedef.cpp +++ b/test/Modules/warn-unused-local-typedef.cpp @@ -1,4 +1,3 @@ -// XFAIL: hexagon // RUN: rm -rf %t // RUN: %clang_cc1 -Wunused-local-typedef -x objective-c++ -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs %s -fsyntax-only 2>&1 | FileCheck %s -check-prefix=CHECK_1 // RUN: %clang_cc1 -Wunused-local-typedef -x objective-c++ -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs %s -fsyntax-only 2>&1 | FileCheck %s -check-prefix=CHECK_2 --allow-empty