Skip to content

Commit 2e1c349

Browse files
authored
Remove unused goog.provide statements (bazelbuild#651)
1 parent b159f54 commit 2e1c349

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

closure/testing/library/stacktrace.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
goog.setTestOnly('goog.testing.stacktrace');
1212
goog.provide('goog.testing.stacktrace');
13-
goog.provide('goog.testing.stacktrace.Frame');
14-
1513

1614

1715
/**

closure/testing/library/testcase.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616

1717
goog.setTestOnly('goog.testing.TestCase');
1818
goog.provide('goog.testing.TestCase');
19-
goog.provide('goog.testing.TestCase.Error');
20-
goog.provide('goog.testing.TestCase.Order');
21-
goog.provide('goog.testing.TestCase.Result');
22-
goog.provide('goog.testing.TestCase.Test');
2319
goog.require('goog.testing.JsUnitException');
2420
goog.require('goog.testing.pending');
2521

0 commit comments

Comments
 (0)