| Index: tests/html/webgl_1_test.dart
|
| diff --git a/tests/html/webgl_1_test.dart b/tests/html/webgl_1_test.dart
|
| index f522b07aaa790200982866f1e193ae6cdd877687..5be80d79a497b29a209b1235bb29c22b983af511 100644
|
| --- a/tests/html/webgl_1_test.dart
|
| +++ b/tests/html/webgl_1_test.dart
|
| @@ -1,6 +1,6 @@
|
| #library('WebGL1Test');
|
| -#import('../../pkg/unittest/lib/unittest.dart');
|
| -#import('../../pkg/unittest/lib/html_config.dart');
|
| +#import('../../pkg/unittest/unittest.dart');
|
| +#import('../../pkg/unittest/html_config.dart');
|
| #import('dart:html');
|
|
|
| // Test that WebGL is present in dart:html API
|
|
|