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

Unified Diff: tests/standalone/black_listed_test.dart

Issue 11570005: Remove old #import, #source, and #library syntax from tests/standalone. (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
Index: tests/standalone/black_listed_test.dart
diff --git a/tests/standalone/black_listed_test.dart b/tests/standalone/black_listed_test.dart
index 224b1fb8dc90dbdae85c9454d2d8fa35c392d9b1..fcb80eb5bc2938cf12de599845fcfd9b0b115ed4 100644
--- a/tests/standalone/black_listed_test.dart
+++ b/tests/standalone/black_listed_test.dart
@@ -6,7 +6,7 @@
// Test that certain interfaces/classes are blacklisted from being
// implemented or extended (VM corelib only).
-#library("BlackListedTest.dart");
+library BlackListedTest;
class MyBool extends Bool {} /// 01: compile-time error
« no previous file with comments | « no previous file | tests/standalone/byte_array_test.dart » ('j') | tests/standalone/io/http_server_early_client_close_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698