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

Unified Diff: pkg/analysis_server/test/analysis/get_navigation_test.dart

Issue 1288163003: Remove debug output in getNavigation(). (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 | « pkg/analysis_server/lib/src/domain_analysis.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/analysis/get_navigation_test.dart
diff --git a/pkg/analysis_server/test/analysis/get_navigation_test.dart b/pkg/analysis_server/test/analysis/get_navigation_test.dart
index 1f92e6a46b0aea65654006697cf706809d0f8b85..104500057b9e338dc5ecfa03eb45414decca4573 100644
--- a/pkg/analysis_server/test/analysis/get_navigation_test.dart
+++ b/pkg/analysis_server/test/analysis/get_navigation_test.dart
@@ -30,7 +30,6 @@ class GetNavigationTest extends AbstractNavigationTest {
}
test_beforeAnalysisComplete() async {
- print('+++test_beforeAnalysisComplete');
addTestFile('''
main() {
var test = 0;
@@ -43,13 +42,11 @@ main() {
}
test_fileDoesNotExist() {
- print('+++test_fileDoesNotExist');
String file = '$projectPath/doesNotExist.dart';
return _checkInvalid(file, -1, -1);
}
test_fileWithoutContext() {
- print('+++test_fileWithoutContext');
String file = '/outside.dart';
addFile(
file,
@@ -62,7 +59,6 @@ main() {
}
test_multipleRegions() async {
- print('+++test_multipleRegions');
addTestFile('''
main() {
var aaa = 1;
@@ -93,7 +89,6 @@ main() {
}
test_removeContextAfterRequest() async {
- print('+++test_removeContextAfterRequest');
addTestFile('''
main() {
var test = 0;
@@ -116,7 +111,6 @@ main() {
}
test_zeroLength_end() async {
- print('+++test_zeroLength_end');
addTestFile('''
main() {
var test = 0;
@@ -130,7 +124,6 @@ main() {
}
test_zeroLength_start() async {
- print('+++test_zeroLength_start');
addTestFile('''
main() {
var test = 0;
« no previous file with comments | « pkg/analysis_server/lib/src/domain_analysis.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698