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

oops fixed

git-svn-id: https://subversion.cs.illinois.edu/svn/cs225@3380 6fbd10e7-183d-0410-a318-cb416676e4f2
parent f1d61e67
No related branches found
No related tags found
No related merge requests found
......@@ -458,7 +458,7 @@ void test_execution::aborted_exit()
}
bool RunTests::execute_test(unit_test & _test, RunTimeEnvironment & environment, bool enable_valgrind_call)
bool RunTests::execute_test(unit_test & test, RunTimeEnvironment & environment, bool enable_valgrind_call)
{
cout << std::flush;
test_execution executor(test, environment, enable_valgrind_call);
......
......@@ -106,7 +106,7 @@ namespace proxy
void output_detailed_info_if_any_failed(int32_t score);
void output_detailed_tests_info(int32_t score);
execute_test(unit_test & _test, RunTimeEnvironment & env, bool enable_valgrind_call);
bool execute_test(unit_test & test, RunTimeEnvironment & environment, bool enable_valgrind_call);
private:
RunTests(const RunTests & other);
......
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