Sign in
mojo
/
mojo-testing
/
refs/heads/sky_sdk
/
.
/
mojo
/
dart
/
test
/
uri_base_test.dart
blob: eb20d43bbc707694c0db2c88adca634cd5837067 [
file
] [
edit
]
// 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}"
);
}