Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: test/codegen/expect/lib/html/geolocation_test.js

Issue 2128353002: Check in codegen test expectations. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 dart_library.library('lib/html/geolocation_test', null, /* Imports */[
2 'dart_sdk',
3 'unittest'
4 ], function load__geolocation_test(exports, dart_sdk, unittest) {
5 'use strict';
6 const core = dart_sdk.core;
7 const html = dart_sdk.html;
8 const dart = dart_sdk.dart;
9 const dartx = dart_sdk.dartx;
10 const html_config = unittest.html_config;
11 const unittest$ = unittest.unittest;
12 const src__matcher__expect = unittest.src__matcher__expect;
13 const src__matcher__core_matchers = unittest.src__matcher__core_matchers;
14 const geolocation_test = Object.create(null);
15 let VoidTodynamic = () => (VoidTodynamic = dart.constFn(dart.definiteFunctionT ype(dart.dynamic, [])))();
16 geolocation_test.main = function() {
17 html_config.useHtmlConfiguration();
18 unittest$.test('is not null', dart.fn(() => {
19 src__matcher__expect.expect(html.window[dartx.navigator][dartx.geolocation ], src__matcher__core_matchers.isNotNull);
20 }, VoidTodynamic()));
21 };
22 dart.fn(geolocation_test.main, VoidTodynamic());
23 // Exports:
24 exports.geolocation_test = geolocation_test;
25 });
OLDNEW
« no previous file with comments | « test/codegen/expect/lib/html/form_element_test.js ('k') | test/codegen/expect/lib/html/hidden_dom_1_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698