aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMCarbonEventTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'AppKit/GTMCarbonEventTest.m')
-rw-r--r--AppKit/GTMCarbonEventTest.m14
1 files changed, 0 insertions, 14 deletions
diff --git a/AppKit/GTMCarbonEventTest.m b/AppKit/GTMCarbonEventTest.m
index f7b4d54..261b2d3 100644
--- a/AppKit/GTMCarbonEventTest.m
+++ b/AppKit/GTMCarbonEventTest.m
@@ -273,20 +273,6 @@ static const UInt32 kTestParameterValue = 'bam ';
action:nil
whenPressed:YES],
@"Shouldn't have created hotkey");
-#if DEBUG
- // This tests debug selector validation, so we only can do it in debug.
- [GTMUnitTestDevLogDebug expectPattern:@"RecordedNSAssert in "
- @"GTMAssertSelectorNilOrImplementedWithReturnTypeAndArguments - "
- @"\"GTMCarbonEventDispatcherHandlerTest\" selector \"badSelector:\" is "
- @"unimplemented or misnamed \\(.*/GTMDebugSelectorValidation.h:[0-9]*\\)"];
- STAssertThrowsSpecificNamed([dispatcher registerHotKey:0x5
- modifiers:keyMods
- target:self
- action:@selector(badSelector:)
- whenPressed:YES],
- NSException, NSInternalInconsistencyException,
- @"Shouldn't have created hotkey");
-#endif
hotKey = [dispatcher registerHotKey:0x5
modifiers:keyMods
target:self