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

Unified Diff: runtime/vm/libdart_dependency_helper.cc

Issue 11434106: Part of fix for http://dartbug.com/6528 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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
« runtime/dart-runtime.gyp ('K') | « runtime/dart-runtime.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/libdart_dependency_helper.cc
diff --git a/tests/language/built_in_identifier_prefix_library_abstract.dart b/runtime/vm/libdart_dependency_helper.cc
similarity index 77%
copy from tests/language/built_in_identifier_prefix_library_abstract.dart
copy to runtime/vm/libdart_dependency_helper.cc
index 01018c21f9796a6edfd2a8e7304f4db4e55d416b..22d083eb29c7524c21ca3714e8ea3f79575e018d 100644
--- a/tests/language/built_in_identifier_prefix_library_abstract.dart
+++ b/runtime/vm/libdart_dependency_helper.cc
@@ -2,13 +2,9 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library abstract;
+#include <stdio.h>
ahe 2012/12/04 15:33:58 Why do you need that?
kustermann 2012/12/05 09:08:53 We don't need it, you're right.
-class A {
+int main(int argc, char *argv[]) {
+ return 0;
}
-class B<T> {
-}
-
-class C<T, S> {
-}
« runtime/dart-runtime.gyp ('K') | « runtime/dart-runtime.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698