Skip to content

Commit

Permalink
[NFC] Fix Modules/no-transitive-source-location-change.cppm after dfa…
Browse files Browse the repository at this point in the history
…7ff9

The test fails after dfa7ff9. I didn't find this locally due to
cache.
  • Loading branch information
ChuanqiXu9 committed May 7, 2024
1 parent b42f553 commit ad9f38d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clang/test/Modules/no-transitive-source-location-change.cppm
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// Testing that adding a new line in a module interface unit won't cause the BMI
// of consuming module unit changes.
//
// RUN: rm -rf %t
// RUN: split-file %s %t
//
// RUN: %clang_cc1 -std=c++20 %t/A.cppm -emit-reduced-module-interface -o %t/A.pcm
// RUN: %clang_cc1 -std=c++20 %t/A.v1.cppm -emit-reduced-module-interface -o %t/A.v1.pcm
//
Expand Down

0 comments on commit ad9f38d

Please sign in to comment.