File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %clang_cl /std:c++20 --precompile -### -- %s 2>&1 | FileCheck %s
2
- // CHECK : --precompile
1
+ // RUN: %clang_cl /std:c++20 --precompile -### -- %s 2>&1 | FileCheck --check-prefix=PRECOMPILE %s
2
+ // PRECOMPILE : -emit-module-interface
3
3
4
- // RUN: %clang_cl /std:c++20 --fmodule-file=Foo=Foo.pcm -### -- %s 2>&1 | FileCheck %s
5
- // CHECK : -fmodule-file=Foo=Foo.pcm
4
+ // RUN: %clang_cl /std:c++20 --fmodule-file=Foo=Foo.pcm -### -- %s 2>&1 | FileCheck --check-prefix=FMODULEFILE %s
5
+ // FMODULEFILE : -fmodule-file=Foo=Foo.pcm
6
6
7
- // RUN: %clang_cl /std:c++20 --fprebuilt-module-path=. -### -- %s 2>&1 | FileCheck %s
8
- // CHECK : -fprebuilt-module-path=.
7
+ // RUN: %clang_cl /std:c++20 --fprebuilt-module-path=. -### -- %s 2>&1 | FileCheck --check-prefix=FPREBUILT %s
8
+ // FPREBUILT : -fprebuilt-module-path=.
You can’t perform that action at this time.
0 commit comments