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

Side by Side Diff: compiler/javatests/com/google/dart/compiler/parser/Directives2.dart

Issue 10825346: Fix bugs in parser and update tests to use new directive syntax (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 #library("b-directives-test"); 1 library b_directives_test;
2 2
3 #import("dart:core"); 3 import "dart:core";
4 #source("SomeClass.dart"); 4 part "SomeClass.dart";
5 5
6 main() { 6 main() {
7 // something to do here 7 // something to do here
8 } 8 }
9 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698