Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(237)

Unified Diff: pkg/analyzer/test/src/dart/analysis/driver_test.dart

Issue 2678173002: Fix for an analysis driver test misprint. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/src/dart/analysis/driver_test.dart
diff --git a/pkg/analyzer/test/src/dart/analysis/driver_test.dart b/pkg/analyzer/test/src/dart/analysis/driver_test.dart
index 3e4e6ea711456e658284ed9904571c1e2719c708..833f61d15a6c46ee0b74b6ccf3e793e8477fa0d9 100644
--- a/pkg/analyzer/test/src/dart/analysis/driver_test.dart
+++ b/pkg/analyzer/test/src/dart/analysis/driver_test.dart
@@ -383,7 +383,7 @@ import 'a.dart';
var a = _p('/test/bin/a.dart');
var b = _p('/test/bin/b.dart');
provider.newFile(a, 'var a = 1;');
- provider.newFile(a, 'var b = 2;');
+ provider.newFile(b, 'var b = 2;');
driver.priorityFiles = [a];
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698