Intentional compile error to test bot changes

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

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

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

@ -218,6 +218,7 @@ 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