Skip to content

Commit 71bdec5

Browse files
committed
Address review feedback (invalid test per P1857R3)
1 parent d4cf1f2 commit 71bdec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/modules-driver-cxx20-module-usage-scanner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ import m;
8787
b) \
8888
call((a), \
8989
(b)
90-
module;
90+
import a;
9191

9292
//--- leading-line-splice.cpp
9393
// RUN: %clang -std=c++23 -ccc-print-phases -fmodules-driver -Rmodules-driver \

0 commit comments

Comments
 (0)