Skip to content

Commit

Permalink
Simplify test case
Browse files Browse the repository at this point in the history
The `@struct` annotations are not necessary to reproduce the
infinite recursion problem test case in AdvancedOptimizationsIntegrationTest.

PiperOrigin-RevId: 598837222
  • Loading branch information
brad4d authored and copybara-github committed Jan 16, 2024
1 parent f26f49c commit 3f380a6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ public void testBug303058080() {
"/**",
" * @template T",
" * @record",
" * @struct",
" */",
"var Foo = function() {};",
"",
Expand All @@ -256,7 +255,6 @@ public void testBug303058080() {
" * @extends {Foo}",
" * @template T",
" * @record",
" * @struct",
" */",
"var Bar = function() {};",
"",
Expand Down

0 comments on commit 3f380a6

Please sign in to comment.