[testing] Remove language version from generated library

Change-Id: Ib51b23e2b66e70d3c5e712d750a5b121ecee3da3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/251106
Commit-Queue: Johnni Winther <johnniwinther@google.com>
Reviewed-by: Jens Johansen <jensj@google.com>
This commit is contained in:
Johnni Winther 2022-07-12 10:51:17 +00:00 committed by Commit Bot
parent 9f8f6df70f
commit 593eb468f6

View file

@ -196,8 +196,6 @@ class SuiteRunner {
if (!hasRunnableTests) return null;
return """
// @dart=2.9
library testing.generated;
import 'dart:async' show Future;