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
This commit is contained in:
Nicholas Nethercote 2014-07-30 06:59:32 -07:00
parent 79f3fe141e
commit 91e553b138
2 changed files with 1 additions and 1 deletions

View File

@ -65,11 +65,11 @@ CPP_UNIT_TESTS += [
'TestFile',
'TestHashtables',
'TestID',
'TestNsRefPtr',
'TestObserverArray',
'TestObserverService',
'TestPipe',
'TestPLDHash',
'TestRefPtr',
'TestStringAPI',
'TestTArray',
'TestTextFormatter',