From 5a45222745ef8334405979986335c05b1e4dcaab Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Thu, 30 Jul 2015 07:23:17 +0000 Subject: [PATCH] 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. llvm-svn: 243624 --- clang/test/Modules/module-map-path-hash.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/test/Modules/module-map-path-hash.cpp b/clang/test/Modules/module-map-path-hash.cpp index 1d889db8..620e428 100644 --- a/clang/test/Modules/module-map-path-hash.cpp +++ b/clang/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" -- 2.7.4