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

Side by Side Diff: test/codegen/expect/8invalid-chars.in+file_name.js

Issue 1988503002: Move generated files to gen/. (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 7 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('8invalid-chars.in+file_name', null, /* Imports */[
Jennifer Messerly 2016/05/17 17:43:52 you can delete the input files for these tests too
Bob Nystrom 2016/05/18 00:12:58 OK, deleted a bunch more from the top level direct
2 'dart_sdk'
3 ], function(exports, dart_sdk) {
4 'use strict';
5 const core = dart_sdk.core;
6 const dart = dart_sdk.dart;
7 const dartx = dart_sdk.dartx;
8 const $8invalid$45chars$46in$43file_name = Object.create(null);
9 $8invalid$45chars$46in$43file_name.main = function() {
10 };
11 dart.fn($8invalid$45chars$46in$43file_name.main);
12 // Exports:
13 exports.$8invalid$45chars$46in$43file_name = $8invalid$45chars$46in$43file_nam e;
14 });
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698