Skip to content

Commit

Permalink
Goodbye, samples.simple, it's been a long run... No but really there'…
Browse files Browse the repository at this point in the history
…s no reason it should be a 'sample' or even in the repo so
  • Loading branch information
JarrettBillingsley committed Oct 13, 2014
1 parent 0d2b396 commit bf9e1a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
*.sublime-workspace *.sublime-workspace
*.sublime-project *.sublime-project
docs/html/ docs/html/
commitmsg.txt commitmsg.txt
test.croc
2 changes: 1 addition & 1 deletion croctest.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ int main()
croc_fielda(t, -2, "path"); croc_fielda(t, -2, "path");
croc_popTop(t); croc_popTop(t);


croc_ex_runModule(t, "samples.simple", 0); croc_ex_runModule(t, "test", 0);
return 0; return 0;
}, },
[&]{ [&]{
Expand Down
6 changes: 0 additions & 6 deletions samples/simple.croc

This file was deleted.

0 comments on commit bf9e1a6

Please sign in to comment.