Fix a chromeos test.

BUG=113399
TEST=Manual

Review URL: http://codereview.chromium.org/9582011

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124682 0039d316-1c4b-4281-b951-d872f2087c98
parent a6faf5ab
...@@ -159,7 +159,7 @@ class RendererCrashTest : public UITest { ...@@ -159,7 +159,7 @@ class RendererCrashTest : public UITest {
#if defined(OS_MACOSX) #if defined(OS_MACOSX)
// Crash service doesn't exist for the Mac yet: http://crbug.com/45243 // Crash service doesn't exist for the Mac yet: http://crbug.com/45243
#define MAYBE_Crash DISABLED_Crash #define MAYBE_Crash DISABLED_Crash
#elif defined(OS_CHROME) #elif defined(OS_CHROMEOS)
#define MAYBE_Crash DISABLED_Crash #define MAYBE_Crash DISABLED_Crash
#else #else
#define MAYBE_Crash Crash #define MAYBE_Crash Crash
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment