Skip to content

Commit ed81a81

Browse files
authored
[NFC][Clang] Don't check hardcode op num (#135375)
The num will change for any downstream customization.
1 parent 2de0c92 commit ed81a81

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=4120
26+
// CHECK: <DECL_FUNCTION {{.*}} op8=[[#]]
2727
// CHECK: <TYPE_FUNCTION_PROTO
2828

2929
//--- a.v1.cppm

0 commit comments

Comments
 (0)