Files
cappuccino/Tests/Manual/FontEnhancementTest/CPViewNoDisplayAfterHidingAndResizeBug/main.j
T
Alexandre Wilhelm 6d305e4a84 Test: some manual tests were broken
This PR fixes the manual tests. We can no launch every manual tests of Cappuccino...
2016-02-13 11:36:42 -08:00

19 lines
329 B
Plaintext

/*
* AppController.j
* CPViewNoDisplayAfterHidingAndResizeBug
*
* Created by You on February 24, 2013.
* Copyright 2013, Your Company All rights reserved.
*/
@import <Foundation/Foundation.j>
@import <AppKit/AppKit.j>
@import "AppController.j"
function main(args, namedArgs)
{
CPApplicationMain(args, namedArgs);
}