Skip to content

Commit

Permalink
test: code&learn var to let update
Browse files Browse the repository at this point in the history
PR-URL: #30436
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
  • Loading branch information
Nazaroni authored and targos committed Dec 1, 2019
1 parent aa65e4b commit 2244479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/parallel/test-repl-save-load.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ testMe._domain.on('error', function(reason) {
});

const testFile = [
'var top = function() {',
'var inner = {one:1};'
'let top = function() {',
'let inner = {one:1};'
];
const saveFileName = join(tmpdir.path, 'test.save.js');

Expand Down

0 comments on commit 2244479

Please sign in to comment.