Skip to content

Commit 242ccd2

Browse files
authored
[clang] update the number in no-external-type-id.cppm (#113738)
This should fix https://linaro.atlassian.net/browse/LLVM-1411
1 parent 38caf28 commit 242ccd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Modules/no-external-type-id.cppm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export module b;
2323
import a;
2424
export int b();
2525

26-
// CHECK: <DECL_FUNCTION {{.*}} op8=4112
26+
// CHECK: <DECL_FUNCTION {{.*}} op8=4120
2727
// CHECK: <TYPE_FUNCTION_PROTO
2828

2929
//--- a.v1.cppm

0 commit comments

Comments
 (0)