diff options
Diffstat (limited to 'clang/test/Modules/module-map-path-hash.cpp')
-rw-r--r-- | clang/test/Modules/module-map-path-hash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/module-map-path-hash.cpp b/clang/test/Modules/module-map-path-hash.cpp index 620e428a2f0..ccfa96ebd25 100644 --- a/clang/test/Modules/module-map-path-hash.cpp +++ b/clang/test/Modules/module-map-path-hash.cpp @@ -1,4 +1,4 @@ -// rm -rf %t +// RUN: 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 // 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 |