Skip to content

Commit e44c38d

Browse files
nevkontakteflimzy
andauthored
Apply suggestions from code review
Co-authored-by: Jonathan Hall <flimzy@flimzy.com>
1 parent e91b523 commit e44c38d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/natives/src/testing/sub_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ func TestBenchmarkReadMemStatsBeforeFirstRun(t *T) {
66

77
func TestTRun(t *T) {
88
// TODO(nevkontakte): This test performs string comparisons expecting to find
9-
// sub_test.go in the output, but GopherJS currently currently reports caller
9+
// sub_test.go in the output, but GopherJS currently reports caller
1010
// locations as "test.<random_number>" due to minimal caller and source map support.
1111
t.Skip("GopherJS doesn't support source maps sufficiently.")
1212
}
1313

1414
func TestBRun(t *T) {
1515
// TODO(nevkontakte): This test performs string comparisons expecting to find
16-
// sub_test.go in the output, but GopherJS currently currently reports caller
16+
// sub_test.go in the output, but GopherJS currently reports caller
1717
// locations as "test.<random_number>" due to minimal caller and source map support.
1818
t.Skip("GopherJS doesn't support source maps sufficiently.")
1919
}

0 commit comments

Comments
 (0)