fix(tests): don’t fail on current chrome canary

This commit is contained in:
Tobias Bosch 2015-01-28 17:01:12 -08:00
parent ec935565ca
commit 62f08d38db
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ export function main() {
// Dart
"No top-level method 'exportModule.Bar3' declared.":
// JavaScript
'undefined is not a function'
new RegExp('.*is not a function')
);
expect(Type).toBeTruthy();