Commit 9418459f by Karsa Zoltán István

update gtest for moodle

parent 11926a77
...@@ -394,6 +394,6 @@ int main() { ...@@ -394,6 +394,6 @@ int main() {
while (i >= 0 && kesz[i] > ELKESZULT) --i; while (i >= 0 && kesz[i] > ELKESZULT) --i;
std::cout << "IMSC pont: " << i+1 << std::endl; std::cout << "IMSC pont: " << i+1 << std::endl;
} }
GTEND(std::cerr); // Csak C(J)PORTA működéséhez kell GTEND(std::cout); // Csak C(J)PORTA működéséhez kell
return 0; return 0;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment