Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Nov 17, 2024
1 parent 28171d2 commit 5ef6bbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Empty file.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// vtest vflags: -g
struct TaggedSource {}

type SumType = TaggedSource | int
Expand All @@ -21,4 +22,5 @@ fn f() {
}
}
assert path == 'c'
println('done')
}

0 comments on commit 5ef6bbd

Please sign in to comment.