From 74bedf6dcd47d233e52907380e7629a64c91e352 Mon Sep 17 00:00:00 2001 From: Ross Boucher Date: Wed, 13 Oct 2010 18:39:46 -0700 Subject: [PATCH] Add a missing import to the ArrayController test. --- Tests/AppKit/CPArrayControllerTest.j | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Tests/AppKit/CPArrayControllerTest.j b/Tests/AppKit/CPArrayControllerTest.j index dd6c574e8..e921d0810 100644 --- a/Tests/AppKit/CPArrayControllerTest.j +++ b/Tests/AppKit/CPArrayControllerTest.j @@ -1,3 +1,6 @@ + +@import + @implementation CPArrayControllerTest : OJTestCase { CPArrayController _arrayController @accessors(property=arrayController);