Chromium Code Reviews| Index: samples/total/server/TotalRunner.dart |
| =================================================================== |
| --- samples/total/server/TotalRunner.dart (revision 3853) |
| +++ samples/total/server/TotalRunner.dart (working copy) |
| @@ -34,7 +34,7 @@ |
| String _serverMain; |
| // TODO: Release or Debug? We should be able to find automatically |
| - static final DART_EXEC_PATH = '../../../out/Release_ia32/dart'; |
| + static final DART_EXEC_PATH = '../../../xcodebuild/Release_ia32/dart'; |
| static final CR = 0x0d; |
| static final LF = 0x0a; |