From 62f08d38db084b736a583097f4460cbb6aabc61e Mon Sep 17 00:00:00 2001 From: Tobias Bosch Date: Wed, 28 Jan 2015 17:01:12 -0800 Subject: [PATCH] =?UTF-8?q?fix(tests):=20don=E2=80=99t=20fail=20on=20curre?= =?UTF-8?q?nt=20chrome=20canary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/transpiler/spec/imports_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/transpiler/spec/imports_spec.js b/tools/transpiler/spec/imports_spec.js index caadc4ca22..dff69bbda3 100644 --- a/tools/transpiler/spec/imports_spec.js +++ b/tools/transpiler/spec/imports_spec.js @@ -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();