Skip to content

Commit 7dcb7a3

Browse files
authored
Drop line because it's a set so arbitrary sorting applies (#1043)
1 parent 1723b4e commit 7dcb7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

executable_semantics/testdata/basic_syntax/trace.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// CHECK: fn Print (format_str: String) {
1414
// CHECK: ********** type checking **********
1515
// CHECK: checking pattern (format_str: String)
16-
// CHECK: constants: Main: fun<Main>, Print: fun<Print>
16+
// CHECK: constants: {{.*Main: fun<Main>.*}}
1717
// CHECK: ********** type checking complete **********
1818
// CHECK: fn Print (format_str: String) {
1919
// CHECK: ********** starting execution **********

0 commit comments

Comments
 (0)