Revert "Intentional compile error to test bot changes"

This reverts commit f8c763e6c0.

TBR=dpranke@chromium.org
BUG=crashpad:37

Review URL: https://codereview.chromium.org/1136633002
This commit is contained in:
Scott Graham 2015-05-07 15:20:49 -07:00
Родитель f8c763e6c0
Коммит b2e78eb3c5
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -218,7 +218,6 @@ int main(int argc, char* argv[]) {
}
#elif defined(OS_WIN)
int wmain(int argc, wchar_t* argv[]) {
This is an intentional compile error to test the bots.
return crashpad::ToolSupport::Wmain(argc, argv, crashpad::GenerateDumpMain);
}
#endif // OS_POSIX