Skip to content

Commit

Permalink
Add copyright notice to test case
Browse files Browse the repository at this point in the history
  • Loading branch information
agarwal-sandeep committed Oct 10, 2017
1 parent 436c5c2 commit d7e9d0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/switchStatement/aggressiveintoff.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//-------------------------------------------------------------------------------------------------------

function opt() {
for (let i = 0; i < 100; i++) {
let j = i - 2;
Expand Down

0 comments on commit d7e9d0d

Please sign in to comment.