Skip to content

Commit ad9f38d

Browse files
committed
[NFC] Fix Modules/no-transitive-source-location-change.cppm after dfa7ff9
The test fails after dfa7ff9. I didn't find this locally due to cache.
1 parent b42f553 commit ad9f38d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/test/Modules/no-transitive-source-location-change.cppm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// Testing that adding a new line in a module interface unit won't cause the BMI
22
// of consuming module unit changes.
33
//
4+
// RUN: rm -rf %t
5+
// RUN: split-file %s %t
6+
//
47
// RUN: %clang_cc1 -std=c++20 %t/A.cppm -emit-reduced-module-interface -o %t/A.pcm
58
// RUN: %clang_cc1 -std=c++20 %t/A.v1.cppm -emit-reduced-module-interface -o %t/A.v1.pcm
69
//

0 commit comments

Comments
 (0)