| Index: frog/tests/frog/src/FrogServerTest.dart
|
| ===================================================================
|
| --- frog/tests/frog/src/FrogServerTest.dart (revision 4099)
|
| +++ frog/tests/frog/src/FrogServerTest.dart (working copy)
|
| @@ -9,7 +9,7 @@
|
| #import('../../../server/frog_server.dart', prefix: 'frogserver');
|
|
|
| // TODO(jmesserly): more sane way to import JSON on the VM
|
| -#import('../../../../client/json/dart_json.dart');
|
| +#import('../../../../lib/json/json.dart');
|
|
|
| main() {
|
| // TODO(jmesserly): This test must be run from 'frog' working directory.
|
|
|