Skip to content

Commit

Permalink
[squash] style update in apps/sel4test-tests/src/tests/fpu.c
Browse files Browse the repository at this point in the history
Co-authored-by: Axel Heider <[email protected]>
Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 and axel-h authored Mar 10, 2023
1 parent b189112 commit 6675d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sel4test-tests/src/tests/fpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ int smp_test_fpu(env_t env)
return sel4test_get_result();
}
DEFINE_TEST(FPU0002, "Test FPU remain valid across core migration", smp_test_fpu,
config_set(CONFIG_HAVE_TIMER) &&CONFIG_MAX_NUM_NODES > 1)
config_set(CONFIG_HAVE_TIMER) && (CONFIG_MAX_NUM_NODES > 1))

0 comments on commit 6675d13

Please sign in to comment.