Sign in
mojo
/
mojo-tools
/
dfd54eb4fbf6db49c0ed71ef59b3fc682c198b9d
/
.
/
mojo
/
dart
/
test
/
uri_base_test.dart
blob: eb20d43bbc707694c0db2c88adca634cd5837067 [
file
] [
log
] [
blame
]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'dart:mojo.core'
;
main
()
{
print
(
"${Uri.base}"
);
}