test_errno: remove unnecessary use of nanokernel API

Change-Id: I7bc26e11f82f697b980f9eb9105941bc9caeb6c6
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2016-04-26 12:48:41 -07:00 committed by Anas Nashif
parent 7327c9ee1f
commit 1bf37fb6d3
1 changed files with 0 additions and 4 deletions

View File

@ -89,8 +89,4 @@ void main(void)
TC_END_RESULT(rv);
TC_END_REPORT(rv);
for (;;) {
nano_cpu_idle();
}
}