Skip to content

Commit

Permalink
Remove unused goog.provide statements (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkdn authored Jan 22, 2025
1 parent b159f54 commit 2e1c349
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions closure/testing/library/stacktrace.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

goog.setTestOnly('goog.testing.stacktrace');
goog.provide('goog.testing.stacktrace');
goog.provide('goog.testing.stacktrace.Frame');



/**
Expand Down
4 changes: 0 additions & 4 deletions closure/testing/library/testcase.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@

goog.setTestOnly('goog.testing.TestCase');
goog.provide('goog.testing.TestCase');
goog.provide('goog.testing.TestCase.Error');
goog.provide('goog.testing.TestCase.Order');
goog.provide('goog.testing.TestCase.Result');
goog.provide('goog.testing.TestCase.Test');
goog.require('goog.testing.JsUnitException');
goog.require('goog.testing.pending');

Expand Down

0 comments on commit 2e1c349

Please # to comment.