aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/ddll_SUITE.erl
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2017-12-01 07:59:41 +0100
committerJohn Högberg <[email protected]>2017-12-01 07:59:41 +0100
commit76c4821cff1e91c26dd2f812fc8cb40aa7d48e57 (patch)
tree3b2fefd934522721c30735766d82974460809256 /erts/emulator/test/ddll_SUITE.erl
parent93cc4a79c3c2bf6eb9489558795da726f141ed06 (diff)
parent0278c9873ffc277c9a940d6f5cae1508a6685c7b (diff)
downloadotp-76c4821cff1e91c26dd2f812fc8cb40aa7d48e57.tar.gz
otp-76c4821cff1e91c26dd2f812fc8cb40aa7d48e57.tar.bz2
otp-76c4821cff1e91c26dd2f812fc8cb40aa7d48e57.zip
Merge branch 'john/erts/efile-nif'
OTP-14256 OTP-14797
Diffstat (limited to 'erts/emulator/test/ddll_SUITE.erl')
-rw-r--r--erts/emulator/test/ddll_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/ddll_SUITE.erl b/erts/emulator/test/ddll_SUITE.erl
index 031b05790d..4998fc08be 100644
--- a/erts/emulator/test/ddll_SUITE.erl
+++ b/erts/emulator/test/ddll_SUITE.erl
@@ -775,7 +775,7 @@ errors(Config) when is_list(Config) ->
{error, bad_driver_name} = erl_ddll:load_driver(Path, wrongname_drv),
%% We assume that there is a statically linked driver named "ddll":
- {error, linked_in_driver} = erl_ddll:unload_driver(efile),
+ {error, linked_in_driver} = erl_ddll:unload_driver(ram_file_drv),
{error, not_loaded} = erl_ddll:unload_driver("__pucko_driver__"),
case os:type() of