Skip to content

Commit

Permalink
More Travis xcode8 exploration. Continue to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsj committed Nov 15, 2016
1 parent 4eaa829 commit ddb19f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LuaSkin/LuaSkinTests/LuaSkinTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ - (void)setUp {
NSString *lsUnitPath = [NSString stringWithFormat:@"%@/lsunit.lua", bundlePath];

NSString *travisDebugNonsense = [NSString stringWithFormat:@"ENV: %@ PATH: %@", environment, bundlePath];
printf("I HOPE I SEE THIS: %s", travisDebugNonsense.UTF8String);
NSException *debugException = [NSException exceptionWithName:@"LOLDEBUG" reason:travisDebugNonsense userInfo:nil];
@throw debugException;

// Prepare a refTable
lua_newtable(self.skin.L);
Expand Down

0 comments on commit ddb19f0

Please sign in to comment.