removed wrong line of testcode (introduced by my last commit).
This commit is contained in:
parent
bb115573f7
commit
dde51f73ff
|
@ -7337,7 +7337,6 @@ private:
|
|||
void checkSleepTimeIntervall() {
|
||||
// check usleep(), which is allowed to be called with in a range of [0,1000000]
|
||||
check("void f(){\n"
|
||||
"unsigned int Intervall = ;"
|
||||
"usleep(10000);\n"
|
||||
"}",NULL,false,false,true);
|
||||
ASSERT_EQUALS("", errout.str());
|
||||
|
|
Loading…
Reference in New Issue