Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Prev Previous commit
Next Next commit
fix whitespace
  • Loading branch information
christopherfujino committed Nov 11, 2022
commit 66c52366ab199f2d9cb14c0943174f0bc9efc00f
3 changes: 2 additions & 1 deletion tools/const_finder/test/const_finder_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ void _checkNonConstsFrontend(String dillPath, Compiler compiler) {
);
}

// Note, since web dills don't have tree shaking, we aren't able to eliminate
// Note, since web dills don't have tree shaking, we aren't able to eliminate
// an additional const versus _checkNonConstFrontend.
void _checkNonConstsWeb(String dillPath, Compiler compiler) {
assert(compiler == Compiler.dart2js);
stdout.writeln('Checking for non-constant instances with $compiler');
Expand Down