removed wrong line of testcode (introduced by my last commit).

This commit is contained in:
Ettl Martin 2013-03-11 17:20:41 +01:00
parent bb115573f7
commit dde51f73ff
1 changed files with 0 additions and 1 deletions

View File

@ -7337,7 +7337,6 @@ private:
void checkSleepTimeIntervall() { void checkSleepTimeIntervall() {
// check usleep(), which is allowed to be called with in a range of [0,1000000] // check usleep(), which is allowed to be called with in a range of [0,1000000]
check("void f(){\n" check("void f(){\n"
"unsigned int Intervall = ;"
"usleep(10000);\n" "usleep(10000);\n"
"}",NULL,false,false,true); "}",NULL,false,false,true);
ASSERT_EQUALS("", errout.str()); ASSERT_EQUALS("", errout.str());