diff options
| author | Sean Silva <chisophugis@gmail.com> | 2015-07-30 07:23:17 +0000 |
|---|---|---|
| committer | Sean Silva <chisophugis@gmail.com> | 2015-07-30 07:23:17 +0000 |
| commit | 5a45222745ef8334405979986335c05b1e4dcaab (patch) | |
| tree | a247ab65e96db2b0a3acbe7805d6aef86fb31284 /clang/test | |
| parent | d6cb100bc2891f3406965ded63af1b9e0f68e467 (diff) | |
| download | bcm5719-llvm-5a45222745ef8334405979986335c05b1e4dcaab.tar.gz bcm5719-llvm-5a45222745ef8334405979986335c05b1e4dcaab.zip | |
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
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/Modules/module-map-path-hash.cpp | 4 |
1 files 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 1d889db8051..620e428a2f0 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" |

