diff options
author | Christian Cunningham <cc@localhost> | 2022-03-22 21:29:48 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-03-22 21:29:48 -0700 |
commit | e2794c37e90f963773ae2f4c0f782db922488b4f (patch) | |
tree | 56f65956a564f7bc0bb2f89e10811fc38a1106c2 /src/tests | |
parent | 04c9763cf581c3c9feeb51d88b638e38aad6f614 (diff) |
Fixed Label
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test.c b/src/tests/test.c index 69c150e..0dad659 100644 --- a/src/tests/test.c +++ b/src/tests/test.c @@ -39,7 +39,7 @@ void test_entry(void) bins[i] = 0; } - // Test 2: Yield Time + // Test 1: Trace Time dt = 0; for(int i = 0; i < TEST_COUNT; i++) { sys0_64(SYS_TIME, &ti); |