Skip to content

Instantly share code, notes, and snippets.

@jonluca
Last active March 15, 2018 03:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonluca/cad80ab155008964b0ba1d580d32a304 to your computer and use it in GitHub Desktop.
Save jonluca/cad80ab155008964b0ba1d580d32a304 to your computer and use it in GitHub Desktop.
Testing Two
int mVar = 0;
void setVarToOne(){
mVar++;
}
setVarToOne();
ASSERTEQ(mVar,1); // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment