Skip to content

Commit 7d150db

Browse files
committed
Fix Windows CI again
1 parent 3d0c61d commit 7d150db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang/test/Modules/fmodules-validate-once-per-build-session.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
// RUN: rm -rf %t
99
// RUN: split-file %s %t
10-
// RUN: echo "-fsyntax-only -fmodules -fmodules-cache-path=%t/module-cache" > %t/ctx.rsp
11-
// RUN: echo "-fbuild-session-file=%/t/module-cache/session.timestamp" >> %t/ctx.rsp
12-
// RUN: echo "-fmodules-validate-once-per-build-session" >> %t/ctx.rsp
13-
// RUN: echo "-Rmodule-build -Rmodule-validation" >> %t/ctx.rsp
10+
// RUN: echo "-fsyntax-only -fmodules -fmodules-cache-path=%/t/module-cache" > %t/ctx.rsp
11+
// RUN: echo "-fbuild-session-file=%/t/module-cache/session.timestamp" >> %t/ctx.rsp
12+
// RUN: echo "-fmodules-validate-once-per-build-session" >> %t/ctx.rsp
13+
// RUN: echo "-Rmodule-build -Rmodule-validation" >> %t/ctx.rsp
1414

1515
//--- include/foo.h
1616
//--- include/module.modulemap

0 commit comments

Comments
 (0)