blob: 6d3b9f74089b894e3af2a720eac31cde025201ec [file]
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
library PrefixTest;
import "package:expect/expect.dart";
import "new_test1.dart";
main() {
Expect.equals(Prefix.getSource(), Prefix.getImport() + 1);
}