From ddcf063dd52ff1f30ac27d6f9abce6a45685a2b2 Mon Sep 17 00:00:00 2001 From: Xun Li Date: Wed, 1 Jul 2020 11:08:26 -0700 Subject: [PATCH] [Coroutines] Fix test breakage in D82928 Summary: The test file in D82928 generated temp files within the test directory, causing test failures. Fix it. Reviewers: modocache, fhahn Reviewed By: modocache Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D82986 --- clang/test/CoverageMapping/coroutine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CoverageMapping/coroutine.cpp b/clang/test/CoverageMapping/coroutine.cpp index ec1d64e0f970..c149eefd1f01 100644 --- a/clang/test/CoverageMapping/coroutine.cpp +++ b/clang/test/CoverageMapping/coroutine.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fcoroutines-ts -std=c++14 -emit-llvm -fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping %s | FileCheck %s +// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fcoroutines-ts -std=c++14 -emit-llvm -fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping %s -o - | FileCheck %s namespace std::experimental { template