Skip to content

Commit

Permalink
Fix --pseudo_names typo. (#21008)
Browse files Browse the repository at this point in the history
  • Loading branch information
William Chou committed Feb 22, 2019
1 parent 6059b0e commit d1936f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/pr-check/dist-tests.js
Expand Up @@ -39,7 +39,7 @@ const timedExecOrDie =
function runSinglePassTest_() {
timedExecOrDie('gulp clean');
timedExecOrDie('gulp update-packages');
timedExecOrDie('gulp dist --fortesting --single_pass --psuedonames');
timedExecOrDie('gulp dist --fortesting --single_pass --pseudo_names');
timedExecOrDie('gulp test --integration ' +
'--nobuild --compiled --single_pass --headless');
}
Expand Down

0 comments on commit d1936f6

Please sign in to comment.