File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/natives/src/testing Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ func TestBenchmarkReadMemStatsBeforeFirstRun(t *T) {
6
6
7
7
func TestTRun (t * T ) {
8
8
// 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
10
10
// locations as "test.<random_number>" due to minimal caller and source map support.
11
11
t .Skip ("GopherJS doesn't support source maps sufficiently." )
12
12
}
13
13
14
14
func TestBRun (t * T ) {
15
15
// 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
17
17
// locations as "test.<random_number>" due to minimal caller and source map support.
18
18
t .Skip ("GopherJS doesn't support source maps sufficiently." )
19
19
}
You can’t perform that action at this time.
0 commit comments