summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules')
-rw-r--r--clang/test/Modules/warn-unused-local-typedef.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Modules/warn-unused-local-typedef.cpp b/clang/test/Modules/warn-unused-local-typedef.cpp
index b6c006b321b..14cfcc3ebcf 100644
--- a/clang/test/Modules/warn-unused-local-typedef.cpp
+++ b/clang/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
OpenPOWER on IntegriCloud