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

Unified Diff: pkg/analysis_testing/lib/mock_sdk.dart

Issue 382993002: SearchEngine service. (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
« no previous file with comments | « pkg/analysis_services/test/test_all.dart ('k') | pkg/analysis_testing/lib/mocks.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_testing/lib/mock_sdk.dart
diff --git a/pkg/analysis_testing/lib/mock_sdk.dart b/pkg/analysis_testing/lib/mock_sdk.dart
index 05251ab0a5231b695f2cc6b693cfc469940cbb2d..89de9b6479eb1ac03a11e50055d1f3cb6986d74d 100644
--- a/pkg/analysis_testing/lib/mock_sdk.dart
+++ b/pkg/analysis_testing/lib/mock_sdk.dart
@@ -64,6 +64,8 @@ class MockSdk implements DartSdk {
"/lib/math/math.dart": '''
library dart.math;
+ const double E = 2.718281828459045;
+ const double PI = 3.1415926535897932;
'''
};
« no previous file with comments | « pkg/analysis_services/test/test_all.dart ('k') | pkg/analysis_testing/lib/mocks.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698