diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-28 20:53:14 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-28 20:53:14 -0500 |
| commit | e5a4f3218250f55aa7c633693012f4153eb34276 (patch) | |
| tree | c7c9f690332e3d9d76889064c021e4e738b38c77 /darwintest/runtimetest.go | |
| parent | ea24130fc82b08765173cf455f096ea0cce1fae9 (diff) | |
Cleaned up newtypes.go.
Diffstat (limited to 'darwintest/runtimetest.go')
| -rw-r--r-- | darwintest/runtimetest.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/darwintest/runtimetest.go b/darwintest/runtimetest.go index 1b0b825..aafc074 100644 --- a/darwintest/runtimetest.go +++ b/darwintest/runtimetest.go @@ -9,8 +9,7 @@ import ( // #cgo LDFLAGS: -lobjc -framework Foundation -framework AppKit // #include <stdlib.h> // #include "objc_darwin.h" -// Class NilClass = Nil; /* for newtypes.go */ -// id Nilid = nil; +// Class NilClass = Nil; /* for newtypes.go; here due to cgo limitations */ import "C" var ( |
