| Index: tests/html/websocket_test.dart
 | 
| ===================================================================
 | 
| --- tests/html/websocket_test.dart	(revision 14440)
 | 
| +++ tests/html/websocket_test.dart	(working copy)
 | 
| @@ -1,7 +1,7 @@
 | 
| -#library('WebSocketTest');
 | 
| -#import('../../pkg/unittest/unittest.dart');
 | 
| -#import('../../pkg/unittest/html_config.dart');
 | 
| -#import('dart:html');
 | 
| +library WebSocketTest;
 | 
| +import '../../pkg/unittest/lib/unittest.dart';
 | 
| +import '../../pkg/unittest/lib/html_config.dart';
 | 
| +import 'dart:html';
 | 
|  
 | 
|  main() {
 | 
|  
 | 
| 
 |