Skip to content

Commit

Permalink
fix test for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sethladd committed May 24, 2015
1 parent 786eae7 commit 0f30eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/grinder_sdk_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ main() {

test('runAsync', () async {
String result = await Dart.runAsync(file.path);
expect(result, equals("hello from runAsync\n"));
expect(result, startsWith("hello from runAsync"));
});
});

Expand Down

0 comments on commit 0f30eb6

Please sign in to comment.