From 91e553b138bbe63f81a66f40bc638c7c69a9ec6a Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Wed, 30 Jul 2014 06:59:32 -0700 Subject: [PATCH] Bug 1045920 (part 1) - Rename xpcom/tests/TestRefPtr.cpp as TestNsRefPtr.cpp, to avoid clashing with the soon-to-be-added mfbt/tests/TestRefPtr.cpp. r=froydnj. --HG-- rename : xpcom/tests/TestRefPtr.cpp => xpcom/tests/TestNsRefPtr.cpp --- xpcom/tests/{TestRefPtr.cpp => TestNsRefPtr.cpp} | 0 xpcom/tests/moz.build | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename xpcom/tests/{TestRefPtr.cpp => TestNsRefPtr.cpp} (100%) diff --git a/xpcom/tests/TestRefPtr.cpp b/xpcom/tests/TestNsRefPtr.cpp similarity index 100% rename from xpcom/tests/TestRefPtr.cpp rename to xpcom/tests/TestNsRefPtr.cpp diff --git a/xpcom/tests/moz.build b/xpcom/tests/moz.build index 18f085eefc3..50817dd2129 100644 --- a/xpcom/tests/moz.build +++ b/xpcom/tests/moz.build @@ -65,11 +65,11 @@ CPP_UNIT_TESTS += [ 'TestFile', 'TestHashtables', 'TestID', + 'TestNsRefPtr', 'TestObserverArray', 'TestObserverService', 'TestPipe', 'TestPLDHash', - 'TestRefPtr', 'TestStringAPI', 'TestTArray', 'TestTextFormatter',