diff clang/test/Modules/cxx20-10-3-ex1.cpp @ 252:1f2b6ac9f198 llvm-original

LLVM16-1
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 18 Aug 2023 09:04:13 +0900
parents c4bab56944e8
children
line wrap: on
line diff
--- a/clang/test/Modules/cxx20-10-3-ex1.cpp	Wed Nov 09 17:47:54 2022 +0900
+++ b/clang/test/Modules/cxx20-10-3-ex1.cpp	Fri Aug 18 09:04:13 2023 +0900
@@ -6,13 +6,13 @@
 // RUN:  -o %t/M_PartImpl.pcm
 
 // RUN: %clang_cc1 -std=c++20 -emit-module-interface %t/std10-3-ex1-tu2.cpp \
-// RUN:  -fmodule-file=%t/M_PartImpl.pcm -o %t/M.pcm -verify
+// RUN:  -fmodule-file=M:PartImpl=%t/M_PartImpl.pcm -o %t/M.pcm -verify
 
 // RUN: %clang_cc1 -std=c++20 -emit-module-interface %t/std10-3-ex1-tu3.cpp \
 // RUN:  -o %t/M_Part.pcm
 
 // RUN: %clang_cc1 -std=c++20 -emit-module-interface %t/std10-3-ex1-tu4.cpp \
-// RUN:  -fmodule-file=%t/M_Part.pcm -o %t/M.pcm
+// RUN:  -fmodule-file=M:Part=%t/M_Part.pcm -o %t/M.pcm
 
 //--- std10-3-ex1-tu1.cpp
 module M:PartImpl;