Skip to content

Commit

Permalink
Remove unnecessary language mode selection in test.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=172619660
  • Loading branch information
concavelenz authored and lauraharker committed Oct 18, 2017
1 parent 955af88 commit a2e6e20
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

package com.google.javascript.jscomp;

import com.google.javascript.jscomp.CompilerOptions.LanguageMode;

/**
* Tests for {@link ConvertToDottedProperties}.
*
Expand All @@ -27,7 +25,6 @@ public final class ConvertToDottedPropertiesTest extends CompilerTestCase {
@Override
protected void setUp() throws Exception {
super.setUp();
setAcceptedLanguage(LanguageMode.ECMASCRIPT3);
}

@Override protected CompilerPass getProcessor(Compiler compiler) {
Expand Down

0 comments on commit a2e6e20

Please sign in to comment.