Skip to content

Commit

Permalink
Fix duplicate file name in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirtitian committed Mar 16, 2023
1 parent 29d1100 commit 17e7807
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class C3 {
accessor #y = 0;
}

// @filename: file3.ts
// @filename: file3-2.ts
class C3 {
accessor x = 0;
}
Expand Down

0 comments on commit 17e7807

Please sign in to comment.