Drop line because it's a set so arbitrary sorting applies (#1043)

This commit is contained in:
Jon Meow
2022-01-26 15:13:26 -08:00
committed by GitHub
parent 1723b4e0b2
commit 7dcb7a3be8
+1 -1
View File
@@ -13,7 +13,7 @@
// CHECK: fn Print (format_str: String) {
// CHECK: ********** type checking **********
// CHECK: checking pattern (format_str: String)
// CHECK: constants: Main: fun<Main>, Print: fun<Print>
// CHECK: constants: {{.*Main: fun<Main>.*}}
// CHECK: ********** type checking complete **********
// CHECK: fn Print (format_str: String) {
// CHECK: ********** starting execution **********