diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:11:37 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:11:37 +0000 |
commit | 461a67fa15370a9ec88f8f8a240bf7c123bb2029 (patch) | |
tree | 6942083d7d56bba40ec790a453ca58ad3baf6832 /test/Modules/modules-cache-path-canonicalization.m | |
parent | 75c3240472ba6ac2669ee72ca67eb72d4e2851fc (diff) |
Diffstat (limited to 'test/Modules/modules-cache-path-canonicalization.m')
-rw-r--r-- | test/Modules/modules-cache-path-canonicalization.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Modules/modules-cache-path-canonicalization.m b/test/Modules/modules-cache-path-canonicalization.m index 9d68cb06faf8e..a9d3e3478604f 100644 --- a/test/Modules/modules-cache-path-canonicalization.m +++ b/test/Modules/modules-cache-path-canonicalization.m @@ -1,4 +1,4 @@ -// RUN: rm -rf %t/cache %T/rel +// RUN: rm -rf %t/cache %t/rel // This testcase reproduces a use-after-free after looking up a PCM in // a non-canonical modules-cache-path. @@ -22,7 +22,7 @@ // Unrelated to the above: Check that a relative path is resolved correctly. // -// RUN: %clang_cc1 -working-directory %T/rel -fmodules-cache-path=./cache \ +// RUN: %clang_cc1 -working-directory %t/rel -fmodules-cache-path=./cache \ // RUN: -fmodules -fimplicit-module-maps -I %S/Inputs/outofdate-rebuild \ // RUN: -fdisable-module-hash %t.m -fsyntax-only -Rmodule-build 2>&1 \ // RUN: | FileCheck %s |