dart-sdk/pkg/test_runner
Nicholas Shahan 7478143e5f [ddc] Inline the sound null safety flag
Now that the sound null safety mode is a compile time flag
instead of a runtime flag there is no need to set the value in
the bootstrapping code before running main(). The sound and weak
versions of the sdk now have it already set.

Add compileTimeFlag() method that will inline the constant value
directly into the generated output.

Change-Id: I5b9243c47cffc421067ac820ef49342b9d0efff9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154100
Reviewed-by: Mark Zhou <markzipan@google.com>
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
2020-07-13 22:45:19 +00:00
..
bin delete packageRoot support in test runner package, migrate to package_config from package_resolver 2020-03-04 20:15:19 +00:00
lib/src [ddc] Inline the sound null safety flag 2020-07-13 22:45:19 +00:00
test [test_runner] Fix RangeError when parsing static errors 2020-06-10 17:33:37 +00:00
tool Include warnings in the static error updater tool. 2020-05-26 18:24:20 +00:00
.gitignore
analysis_options.yaml Enable "omit_local_variable_types" lint in test_runner and fix violations. 2019-12-17 19:48:54 +00:00
pubspec.yaml Clean up no-publish comments in pubspecs 2020-06-23 10:34:09 +00:00