From 7b12e561ac7aa9604022d56c8561bd472e78f2ed Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Fri, 5 Aug 2022 17:26:51 -0700 Subject: [PATCH] [test/Modules/cxx20-export-import.cpp] Pre-clean the modules cache directory of the test, NFC --- clang/test/Modules/cxx20-export-import.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/test/Modules/cxx20-export-import.cpp b/clang/test/Modules/cxx20-export-import.cpp index a2620bd..6424ed5 100644 --- a/clang/test/Modules/cxx20-export-import.cpp +++ b/clang/test/Modules/cxx20-export-import.cpp @@ -1,3 +1,4 @@ +// RUN: rm -rf %t // RUN: %clang_cc1 -std=c++20 -fmodules -fmodules-cache-path=%t -fimplicit-module-maps -I%S/Inputs -verify %s export import dummy; // expected-error {{export declaration can only be used within a module interface unit after the module declaration}} -- 2.7.4