From ee07646059e561bdb0039a534904a5e5d24a3718 Mon Sep 17 00:00:00 2001 From: mlaval Date: Tue, 3 Nov 2015 15:53:28 +0100 Subject: [PATCH] chore(test): fix public API test failure when no support of Symbol.for `@@observable` is the token used in RxJS to define `Symbol.observable` Closes #5093 --- modules/angular2/test/symbol_inspector/symbol_inspector.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular2/test/symbol_inspector/symbol_inspector.ts b/modules/angular2/test/symbol_inspector/symbol_inspector.ts index 0af922eb16..f4830e637c 100644 --- a/modules/angular2/test/symbol_inspector/symbol_inspector.ts +++ b/modules/angular2/test/symbol_inspector/symbol_inspector.ts @@ -14,7 +14,7 @@ const IGNORE = originalException: true, originalStack: true, wrapperMessage: true, - wrapperStack: true + wrapperStack: true, '@@observable': true } function collectClassSymbols(symbols: string[], prefix: String, type: Function):