Skip to content

Commit 4e252f9

Browse files
author
Anna Gringauze
committed
Update integration test constraint checking
1 parent 2f1c279 commit 4e252f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdev/test/integration_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ name: sample
162162
break;
163163
case 'build_web_compilers':
164164
webCompilersVersion = version;
165-
supportedRange = '^4.0.0';
165+
supportedRange = '^$_supportedWebCompilersVersion';
166166
break;
167167
case 'build_daemon':
168168
buildDaemonVersion = version;

0 commit comments

Comments
 (0)