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

Unified Diff: pkg/analysis_server/test/integration/analysis_error_inttest.dart

Issue 396383002: More integration tests for analysis server. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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
Index: pkg/analysis_server/test/integration/analysis_error_inttest.dart
diff --git a/pkg/analysis_server/test/integration/analysis_error_inttest.dart b/pkg/analysis_server/test/integration/analysis_error_inttest.dart
index 05d3416f590425e046141898b9f56fc43b0e62c3..d43090ba3b06b1710b4894a4006ff2b994fa201f 100644
--- a/pkg/analysis_server/test/integration/analysis_error_inttest.dart
+++ b/pkg/analysis_server/test/integration/analysis_error_inttest.dart
@@ -13,7 +13,7 @@ import 'integration_tests.dart';
class AnalysisErrorIntegrationTest extends AbstractAnalysisServerIntegrationTest
{
test_detect_simple_error() {
- createFile('test.dart',
+ writeFile('test.dart',
'''
main() {
var x // parse error: missing ';'

Powered by Google App Engine
This is Rietveld 408576698