Skip to content

Commit 7b12e56

Browse files
committed
[test/Modules/cxx20-export-import.cpp] Pre-clean the modules cache directory of the test, NFC
1 parent abd9807 commit 7b12e56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11

2+
// RUN: rm -rf %t
23
// RUN: %clang_cc1 -std=c++20 -fmodules -fmodules-cache-path=%t -fimplicit-module-maps -I%S/Inputs -verify %s
34
export import dummy; // expected-error {{export declaration can only be used within a module interface unit after the module declaration}}

0 commit comments

Comments
 (0)