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

Unified Diff: runtime/bin/directory_test.cc

Issue 2292593002: Use different directory names in directory tests (Closed)
Patch Set: Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/directory_test.cc
diff --git a/runtime/bin/directory_test.cc b/runtime/bin/directory_test.cc
index b99609fbb9135ffb56bb1c2ab1ef050b2645407d..35c0d22e642ae28144acf9524401825939f93055 100644
--- a/runtime/bin/directory_test.cc
+++ b/runtime/bin/directory_test.cc
@@ -84,7 +84,7 @@ TEST_CASE(DirectorySetCurrent) {
TEST_CASE(DirectoryCreateDelete) {
- const char* kTempDirName = "test_name";
+ const char* kTempDirName = "create_delete_test_name";
const char* system_temp = dart::bin::Directory::SystemTemp();
EXPECT_NOTNULL(system_temp);
@@ -109,7 +109,7 @@ TEST_CASE(DirectoryCreateDelete) {
TEST_CASE(DirectoryRename) {
- const char* kTempDirName = "test_name";
+ const char* kTempDirName = "rename_test_name";
const char* system_temp = dart::bin::Directory::SystemTemp();
EXPECT_NOTNULL(system_temp);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698