summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-07-01 18:57:55 +0200
committerRichard Braun <rbraun@sceen.net>2017-07-01 18:59:45 +0200
commitb713ea5c3125dd68320bd01aabc40212a73777d2 (patch)
tree671ae6bf64b707a1f0366f84a94b95d3bcde6aa3 /test
parentd6a18f61e0a53d9bd68cc927831423d7454410af (diff)
x86/trap: rename double fault trigger function
Diffstat (limited to 'test')
-rw-r--r--test/test_x86_double_fault.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_x86_double_fault.c b/test/test_x86_double_fault.c
index cd12758a..20596fed 100644
--- a/test/test_x86_double_fault.c
+++ b/test/test_x86_double_fault.c
@@ -24,5 +24,5 @@
void
test_setup(void)
{
- trap_test_double_fault();
+ trap_trigger_double_fault();
}