Skip to content
Snippets Groups Projects
Commit 7c4de36b authored by toole1's avatar toole1
Browse files

monad update

git-svn-id: https://subversion.cs.illinois.edu/svn/cs225@4983 6fbd10e7-183d-0410-a318-cb416676e4f2
parent 7bffe375
No related branches found
No related tags found
No related merge requests found
monad identification file monad identification file
This file is used for monad directory identification This file is used for monad directory identification
Built by toole1 on linux4.ews.illinois.edu Built by toole1 on linux4.ews.illinois.edu
Build Date: Mon Oct 10 23:58:14 CDT 2011 Build Date: Tue Oct 11 03:11:28 CDT 2011
...@@ -49,6 +49,12 @@ OUTPUT_CHECK(contains) ...@@ -49,6 +49,12 @@ OUTPUT_CHECK(contains)
} }
OUTPUT_CHECK(not_contains)
{
return output.find(expected) == string::npos;
}
namespace proxy namespace proxy
{ {
vector<unit_test> * global_tests = NULL; vector<unit_test> * global_tests = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment