2
0
mirror of synced 2025-02-22 14:28:14 +00:00

bind/testdata: update golden files

Tests now pass on OS X.

Change-Id: Id2e6c5bd9ddd4070962ff9bc121d7902e8c9a647
Reviewed-on: https://go-review.googlesource.com/13694
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
This commit is contained in:
David Crawshaw 2015-08-18 13:13:10 -04:00
parent 377063dfa4
commit da78c710f3
2 changed files with 0 additions and 3 deletions

View File

@ -8,9 +8,7 @@
#include <Foundation/Foundation.h>
@class GoInterfacesI;
@class GoInterfacesWithParam;
@protocol GoInterfacesI
- (int32_t)Rand;

View File

@ -8,7 +8,6 @@
#include <Foundation/Foundation.h>
@class GoIssue10788TestInterface;
@class GoIssue10788TestStruct;