Bug 377189: fix nsIFileTest.cpp compilation, patch by Bernhard Rosenkraenzer <bero@arklinux.org>, r=dougt

This commit is contained in:
gavin%gavinsharp.com 2007-04-16 18:09:29 +00:00
Родитель 5cbaf6a905
Коммит 94a2c5a9e4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -406,7 +406,7 @@ NormalizeTest(const char *testPath, int moveUpCount,
if (!newPath.Equals(expectedPath)) { if (!newPath.Equals(expectedPath)) {
printf("ERROR: Normalize() test Failed!\n"); printf("ERROR: Normalize() test Failed!\n");
printf(" Got: %s\n", newPath.get()); printf(" Got: %s\n", newPath.get());
printf("Expected: %s\n", expectedPath); printf("Expected: %s\n", expectedPath.get());
} }
printf("end normalize test.\n"); printf("end normalize test.\n");