Index: tests/benchmark_smoke/smoketest_lib.dart |
diff --git a/client/tests/client/samples/smoketest/Smoketest.dart b/tests/benchmark_smoke/smoketest_lib.dart |
similarity index 90% |
rename from client/tests/client/samples/smoketest/Smoketest.dart |
rename to tests/benchmark_smoke/smoketest_lib.dart |
index 7278847fa23650470c4b98a6490f4a66140b49a3..dfaa29540ace8f8612bc4421e66ab668a58c8cb8 100644 |
--- a/client/tests/client/samples/smoketest/Smoketest.dart |
+++ b/tests/benchmark_smoke/smoketest_lib.dart |
@@ -2,9 +2,9 @@ |
// 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('Smoketest_lib'); |
+#library('smoketest_lib'); |
-#import("benchmarklib.dart"); |
+#import("benchmark_lib.dart"); |
#import("dart:html"); |
/** |