| Index: lib/html/scripts/idlparser_test.dart
|
| diff --git a/lib/html/scripts/idlparser_test.dart b/lib/html/scripts/idlparser_test.dart
|
| index bfe29065b79038c533ca54c2e86cf8e606a3382c..126d8cf54273ec59a7d2d2bdb73a91ca4c1c357b 100644
|
| --- a/lib/html/scripts/idlparser_test.dart
|
| +++ b/lib/html/scripts/idlparser_test.dart
|
| @@ -2,10 +2,12 @@
|
| // 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('idlparser_test');
|
| -#import('../../../utils/peg/pegparser.dart');
|
| -#source('idlparser.dart');
|
| -#source('idlrenderer.dart');
|
| +library idlparser_test;
|
| +
|
| +import '../../../utils/peg/pegparser.dart';
|
| +
|
| +part 'idlparser.dart';
|
| +part 'idlrenderer.dart';
|
|
|
| main() {
|
| IDLParser parser = new IDLParser(FREMONTCUT_SYNTAX);
|
|
|