From: Sean Silva Date: Thu, 30 Jul 2015 07:23:17 +0000 (+0000) Subject: Enable accidentally-disabled tests. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f74a78e6b336e6d83fd1270744ed056fce09251;p=clang Enable accidentally-disabled tests. I think I was isolating the failure in the last RUN: line during development, and forgot to re-enable the others. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243624 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/module-map-path-hash.cpp b/test/Modules/module-map-path-hash.cpp index 1d889db805..620e428a2f 100644 --- a/test/Modules/module-map-path-hash.cpp +++ b/test/Modules/module-map-path-hash.cpp @@ -1,7 +1,7 @@ // rm -rf %t // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x c++ -Rmodule-build -I%S/Inputs/module-map-path-hash -fmodules-cache-path=%t -fsyntax-only %s -// xUN: %clang_cc1 -fmodules -fimplicit-module-maps -x c++ -Rmodule-build -I%S/Inputs//module-map-path-hash -fmodules-cache-path=%t -fsyntax-only %s 2>&1 | FileCheck -allow-empty %s -// xUN: %clang_cc1 -fmodules -fimplicit-module-maps -x c++ -Rmodule-build -I%S/Inputs/./module-map-path-hash -fmodules-cache-path=%t -fsyntax-only %s 2>&1 | FileCheck -allow-empty %s +// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x c++ -Rmodule-build -I%S/Inputs//module-map-path-hash -fmodules-cache-path=%t -fsyntax-only %s 2>&1 | FileCheck -allow-empty %s +// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x c++ -Rmodule-build -I%S/Inputs/./module-map-path-hash -fmodules-cache-path=%t -fsyntax-only %s 2>&1 | FileCheck -allow-empty %s // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x c++ -Rmodule-build -I%S/Inputs/../Inputs/module-map-path-hash -fmodules-cache-path=%t -fsyntax-only %s 2>&1 | FileCheck -allow-empty %s #include "a.h"